aboutsummaryrefslogtreecommitdiff
path: root/src/input_common/analog_from_button.cpp
AgeCommit message (Collapse)Author
2021-11-24input_common: Move touch and analog from button. Move udp protocolgerman77
2021-07-05input_common: Add missing modifier callback to analog from buttongerman77
2021-05-30input_common: Analog button, use time based position instead of frequent updatesgerman77
2021-04-14common: Move settings to common from core.bunnei
- Removes a dependency on core and input_common from common.
2021-02-06Add SL SR vectors, change dual joycon view, add missing raw data from ↵german
keyboard/mouse
2021-01-29analog_from_button: Fix update_thread.join exceptionameerj
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-07Disable analog joystick from buttons by defaultgerman
2020-11-10fix minor clang errorgerman
2020-11-08Allow to dial any angle with digital joystickgerman
2020-10-15input_common/CMakeLists: Make some warnings errorsLioncash
Makes the input_common code warnings consistent with the rest of the codebase.
2020-02-18analog_from_button get direction implementationCJBok
2017-03-01InputCommon: add AnalogFromButtonwwylele