Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-24 | input_common: Move touch and analog from button. Move udp protocol | german77 | |
2021-07-05 | input_common: Add missing modifier callback to analog from button | german77 | |
2021-05-30 | input_common: Analog button, use time based position instead of frequent updates | german77 | |
2021-04-14 | common: Move settings to common from core. | bunnei | |
- Removes a dependency on core and input_common from common. | |||
2021-02-06 | Add SL SR vectors, change dual joycon view, add missing raw data from ↵ | german | |
keyboard/mouse | |||
2021-01-29 | analog_from_button: Fix update_thread.join exception | ameerj | |
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. | |||
2020-12-07 | Disable analog joystick from buttons by default | german | |
2020-11-10 | fix minor clang error | german | |
2020-11-08 | Allow to dial any angle with digital joystick | german | |
2020-10-15 | input_common/CMakeLists: Make some warnings errors | Lioncash | |
Makes the input_common code warnings consistent with the rest of the codebase. | |||
2020-02-18 | analog_from_button get direction implementation | CJBok | |
2017-03-01 | InputCommon: add AnalogFromButton | wwylele | |