citra-canary/src/input_common
Adityarup Laha 93cca23dd6 Variable tilt clamp (#3366)
* Add tilt clamp setting

* Updated `clamp` to use variable

* Fixed a minor typo

* Include possibly necessary header

* expose setting in sdl2

* expose setting in qt

* incorporate @wwylele 's suggestion in sdl2

* Incorporate @wwylele 's suggestion (?)

Please review the code, this is the first time I'm working with `ParamPackage`s so I may just screw up the code.

* Forgot to change in qt

* Fixed an fatal error

* fixed clang format error

* remove the old setting

* fixed typos cusing errors

* removed old setting

* Changed init style

* Forgot this one

* Removed unnecessary header inclusion

* Update config.cpp

* update qt-config

* Update motion_emu.cpp

* Update motion_emu.cpp
2018-01-17 17:30:50 -05:00
..
sdl input_common/sdl: Silence a -Wpessimizing-move warning 2017-12-10 19:53:57 -05:00
analog_from_button.cpp InputCommon: add AnalogFromButton 2017-03-01 23:30:57 +02:00
analog_from_button.h InputCommon: add AnalogFromButton 2017-03-01 23:30:57 +02:00
CMakeLists.txt cmake: add missing ${...} for variables inside generator expressions 2017-12-23 03:00:15 +02:00
keyboard.cpp citra-qt: release all buttons when render window focus is lost 2017-03-17 21:41:25 +02:00
keyboard.h citra-qt: release all buttons when render window focus is lost 2017-03-17 21:41:25 +02:00
main.cpp Allow input configuration with SDL joysticks (#3116) 2017-12-05 23:26:29 -05:00
main.h Allow input configuration with SDL joysticks (#3116) 2017-12-05 23:26:29 -05:00
motion_emu.cpp Variable tilt clamp (#3366) 2018-01-17 17:30:50 -05:00
motion_emu.h motion_emu: no need to include thread in header 2017-08-19 07:21:02 +03:00