summaryrefslogtreecommitdiff
path: root/src/input_common/analog_from_button.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-11-24input_common: Move touch and analog from button. Move udp protocolGravatar german771-238/+0
2021-07-05input_common: Add missing modifier callback to analog from buttonGravatar german771-0/+1
2021-05-30input_common: Analog button, use time based position instead of frequent updatesGravatar german771-73/+122
2021-04-14common: Move settings to common from core.Gravatar bunnei1-1/+1
- 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 ↵Gravatar german1-0/+4
keyboard/mouse
2021-01-29analog_from_button: Fix update_thread.join exceptionGravatar ameerj1-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.
2020-12-07Disable analog joystick from buttons by defaultGravatar german1-1/+21
2020-11-10fix minor clang errorGravatar german1-1/+1
2020-11-08Allow to dial any angle with digital joystickGravatar german1-19/+103
2020-10-15input_common/CMakeLists: Make some warnings errorsGravatar Lioncash1-7/+11
Makes the input_common code warnings consistent with the rest of the codebase.
2020-06-21Cleanup after linterGravatar Ameer1-2/+1
2020-06-21GC Adapter ImplementationGravatar Ameer1-1/+2
2020-02-18analog_from_button get direction implementationGravatar CJBok1-0/+14
2017-03-01InputCommon: add AnalogFromButtonGravatar wwylele1-0/+58