german77
c19ec2edd9
input_common: Add missing modifier callback to analog from button
5 years ago
german77
a323bc5af8
input_common: Analog button, use time based position instead of frequent updates
5 years ago
bunnei
a4c6712a4b
common: Move settings to common from core.
- Removes a dependency on core and input_common from common.
5 years ago
german
c9597af39d
Add SL SR vectors, change dual joycon view, add missing raw data from keyboard/mouse
5 years ago
ameerj
ef8b3623f5
analog_from_button: Fix update_thread.join exception
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.
5 years ago
german
b57ba7bfb6
Disable analog joystick from buttons by default
5 years ago
german
f5110340e6
fix minor clang error
5 years ago
german
70df449d0a
Allow to dial any angle with digital joystick
5 years ago
Lioncash
046c0c91a3
input_common/CMakeLists: Make some warnings errors
Makes the input_common code warnings consistent with the rest of the
codebase.
6 years ago
Ameer
0076a08d04
Cleanup after linter
6 years ago
Ameer
0248614add
GC Adapter Implementation
6 years ago
CJBok
23c4cc80e2
analog_from_button get direction implementation
6 years ago
wwylele
a6bd7917cb
InputCommon: add AnalogFromButton
9 years ago