Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-14 | common: Move settings to common from core. | bunnei | |
- Removes a dependency on core and input_common from common. | |||
2020-11-15 | configure_input: Accommodate for the mouse input device engine | Morph | |
2020-11-15 | input_common: Add VibrationDevice and VibrationDeviceFactory | Morph | |
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. | |||
2020-11-15 | configure_input: Add per-player vibration | Morph | |
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> |