summaryrefslogtreecommitdiff
path: root/src/core/frontend/input.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make settings controller image change with controller inputGravatar german2021-02-061-0/+11
* Allow to return up to 16 touch inputs per engineGravatar german2021-01-151-3/+4
* Merge pull request #4939 from german77/MouseInputGravatar bunnei2020-11-291-2/+7
|\
| * Implement full mouse supportGravatar german2020-11-251-2/+7
* | Fix warnings in core/frontend/input.h with [[maybe_unused]]Gravatar bunnei2020-11-231-1/+3
* | input_common: Treat warnings as errorsGravatar Lioncash2020-11-221-1/+1
|/
* input_common: Add VibrationDevice and VibrationDeviceFactoryGravatar Morph2020-11-151-0/+7
* controllers/npad: Add heuristics to reduce rumble state changesGravatar Morph2020-11-151-1/+1
* First implementation of controller rumbleGravatar german2020-09-291-0/+3
* Remove RealMotionDeviceGravatar german2020-09-041-21/+8
* Include HID and configuration changes related to motionGravatar german2020-09-041-0/+27
* Moved analog direction logic to sdl_implGravatar CJBok2020-01-151-0/+10
* common/vector_math: Move Vec[x] types into the Common namespaceGravatar Lioncash2019-02-261-1/+1
* settings: Add Native type for mouse buttonsGravatar Zach Hilman2018-11-181-0/+7
* Rename logging macro back to LOG_*Gravatar James Rowe2018-07-021-3/+3
* core: Replace remaining old non-generic logger usages with fmt-capable equiva...Gravatar Lioncash2018-04-261-3/+3
* HID: use TouchDevice for touch padGravatar wwylele2017-08-241-0/+6
* move MotionEmu from core/frontend to input_common as a InputDeviceGravatar wwylele2017-08-111-5/+4
* HID: use MotionDevice for Accelerometer and GyroscopeGravatar wwylele2017-08-111-0/+20
* HID: use AnalogDeviceGravatar wwylele2017-03-011-0/+7
* HID: use ButtonDeviceGravatar wwylele2017-03-011-0/+6
* Input: add device and factory templateGravatar wwylele2017-03-011-0/+97