summaryrefslogtreecommitdiffstats
path: root/src/input_common/settings.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input_common: Add VibrationDevice and VibrationDeviceFactoryMorph2020-11-161-7/+25
| | | | | | 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.
* configure_input: Add per-player vibrationMorph2020-11-161-0/+3
| | | | | | | Allows for enabling and modifying vibration and vibration strength per player. Also adds a toggle for enabling/disabling accurate vibrations. Co-authored-by: Its-Rei <kupfel@gmail.com>
* configure_input_player: Fix modifier buttonsMorph2020-10-201-2/+0
| | | | Fix them for real this time, now they finally work.
* Include HID and configuration changes related to motiongerman2020-09-051-0/+17
|
* input_common/main: Remove unnecessary headersLioncash2020-08-291-2/+2
|
* Project Mjölnir: Part 1Morph2020-08-261-0/+335
Co-authored-by: James Rowe <jroweboy@gmail.com> Co-authored-by: Its-Rei <kupfel@gmail.com>