summaryrefslogtreecommitdiffstats
path: root/src/input_common/settings.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input_common: Add VibrationDevice and VibrationDeviceFactoryMorph2020-11-161-7/+14
| | | | | | A vibration device is an input device that returns an unsigned byte as status. It represents whether the vibration device supports vibration or not. If the status returns 1, it supports vibration. Otherwise, it does not support vibration.
* Include HID and configuration changes related to motiongerman2020-09-051-0/+7
|
* Project Mjölnir: Part 1Morph2020-08-261-0/+33
Co-authored-by: James Rowe <jroweboy@gmail.com> Co-authored-by: Its-Rei <kupfel@gmail.com>