aboutsummaryrefslogtreecommitdiff
path: root/src/core/frontend/input.h
AgeCommit message (Collapse)Author
2020-01-15Moved analog direction logic to sdl_implCJBok
2019-02-26common/vector_math: Move Vec[x] types into the Common namespaceLioncash
These types are within the common library, so they should be using the Common namespace.
2018-11-18settings: Add Native type for mouse buttonsZach Hilman
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-04-26core: Replace remaining old non-generic logger usages with fmt-capable ↵Lioncash
equivalents 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 padwwylele
2017-08-11move MotionEmu from core/frontend to input_common as a InputDevicewwylele
2017-08-11HID: use MotionDevice for Accelerometer and Gyroscopewwylele
2017-03-01HID: use AnalogDevicewwylele
2017-03-01HID: use ButtonDevicewwylele
2017-03-01Input: add device and factory templatewwylele