summaryrefslogtreecommitdiff
path: root/src/input_common/settings.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input_common: Add VibrationDevice and VibrationDeviceFactoryGravatar Morph2020-11-151-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 motionGravatar german2020-09-041-0/+7
|
* Project Mjölnir: Part 1Gravatar Morph2020-08-261-0/+33
Co-authored-by: James Rowe <jroweboy@gmail.com> Co-authored-by: Its-Rei <kupfel@gmail.com>