summaryrefslogtreecommitdiff
path: root/src/input_common/analog_from_button.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input_common: Move touch and analog from button. Move udp protocolGravatar german772021-11-241-238/+0
|
* input_common: Add missing modifier callback to analog from buttonGravatar german772021-07-051-0/+1
|
* input_common: Analog button, use time based position instead of frequent updatesGravatar german772021-05-301-73/+122
|
* common: Move settings to common from core.Gravatar bunnei2021-04-141-1/+1
| | | | - Removes a dependency on core and input_common from common.
* Add SL SR vectors, change dual joycon view, add missing raw data from ↵Gravatar german2021-02-061-0/+4
| | | | keyboard/mouse
* analog_from_button: Fix update_thread.join exceptionGravatar ameerj2021-01-291-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 defaultGravatar german2020-12-071-1/+21
|
* fix minor clang errorGravatar german2020-11-101-1/+1
|
* Allow to dial any angle with digital joystickGravatar german2020-11-081-19/+103
|
* input_common/CMakeLists: Make some warnings errorsGravatar Lioncash2020-10-151-7/+11
| | | | | Makes the input_common code warnings consistent with the rest of the codebase.
* analog_from_button get direction implementationGravatar CJBok2020-02-181-0/+14
|
* InputCommon: add AnalogFromButtonGravatar wwylele2017-03-011-0/+58