summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/input.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-27common/vector_math: Move Vec[x] types into the Common namespaceLioncash1-1/+1
These types are within the common library, so they should be using the Common namespace.
2018-11-19settings: Add Native type for mouse buttonsZach Hilman1-0/+7
2018-07-03Rename logging macro back to LOG_*James Rowe1-3/+3
2018-04-26core: Replace remaining old non-generic logger usages with fmt-capable equivalentsLioncash1-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.
2017-08-24HID: use TouchDevice for touch padwwylele1-0/+6
2017-08-11move MotionEmu from core/frontend to input_common as a InputDevicewwylele1-5/+4
2017-08-11HID: use MotionDevice for Accelerometer and Gyroscopewwylele1-0/+20
2017-03-01HID: use AnalogDevicewwylele1-0/+7
2017-03-01HID: use ButtonDevicewwylele1-0/+6
2017-03-01Input: add device and factory templatewwylele1-0/+97