| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add SL SR vectors, change dual joycon view, add missing raw data from ↵ | 2021-02-06 | 1 | -0/+4 | |
| | | | | | keyboard/mouse | ||||
| * | analog_from_button: Fix update_thread.join exception | 2021-01-29 | 1 | -5/+9 | |
| | | | | | | | This commit aims to address an exception that occurs when trying to join the Analog object's update_thread. By using an atomic bool for the status of the update thread, we ensure its value is consistent across the threads accessing it. | ||||
| * | Disable analog joystick from buttons by default | 2020-12-07 | 1 | -1/+21 | |
| | | |||||
| * | fix minor clang error | 2020-11-10 | 1 | -1/+1 | |
| | | |||||
| * | Allow to dial any angle with digital joystick | 2020-11-08 | 1 | -19/+103 | |
| | | |||||
| * | input_common/CMakeLists: Make some warnings errors | 2020-10-15 | 1 | -7/+11 | |
| | | | | | | Makes the input_common code warnings consistent with the rest of the codebase. | ||||
| * | analog_from_button get direction implementation | 2020-02-18 | 1 | -0/+14 | |
| | | |||||
| * | InputCommon: add AnalogFromButton | 2017-03-01 | 1 | -0/+58 | |