summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/input.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common/vector_math: Move Vec[x] types into the Common namespaceLioncash2019-02-271-1/+1
| | | | | These types are within the common library, so they should be using the Common namespace.
* settings: Add Native type for mouse buttonsZach Hilman2018-11-191-0/+7
|
* Rename logging macro back to LOG_*James Rowe2018-07-031-3/+3
|
* core: Replace remaining old non-generic logger usages with fmt-capable equivalentsLioncash2018-04-261-3/+3
| | | | | | LOG_GENERIC usages will be amended in a follow-up to keep API changes separate from interface changes, as it will require removing a parameter from the relevant function in the VMManager class.
* HID: use TouchDevice for touch padwwylele2017-08-241-0/+6
|
* move MotionEmu from core/frontend to input_common as a InputDevicewwylele2017-08-111-5/+4
|
* HID: use MotionDevice for Accelerometer and Gyroscopewwylele2017-08-111-0/+20
|
* HID: use AnalogDevicewwylele2017-03-011-0/+7
|
* HID: use ButtonDevicewwylele2017-03-011-0/+6
|
* Input: add device and factory templatewwylele2017-03-011-0/+97