german77
cf1280874f
input_common: Add missing modifier callback to analog from button
5 years ago
german77
b398e0783e
input_common: Analog button, use time based position instead of frequent updates
5 years ago
bunnei
7a76bc30fa
common: Move settings to common from core.
- Removes a dependency on core and input_common from common.
5 years ago
german
cbe925c31a
Add SL SR vectors, change dual joycon view, add missing raw data from keyboard/mouse
5 years ago
ameerj
37e544492e
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
1a3e4518ec
Disable analog joystick from buttons by default
5 years ago
german
fbab229893
fix minor clang error
5 years ago
german
b1f65683bc
Allow to dial any angle with digital joystick
5 years ago
Lioncash
d44d662529
input_common/CMakeLists: Make some warnings errors
Makes the input_common code warnings consistent with the rest of the
codebase.
5 years ago
Ameer
243dbee81e
Cleanup after linter
6 years ago
Ameer
dbe1ad4fe4
GC Adapter Implementation
6 years ago
CJBok
7ec4bd7793
analog_from_button get direction implementation
6 years ago
wwylele
ffb582ff3b
InputCommon: add AnalogFromButton
9 years ago