yuzu-fork/src/input_common
Lioncash 781ab8407b general: Use deducation guides for std::lock_guard and std::unique_lock
Since C++17, the introduction of deduction guides for locking facilities
means that we no longer need to hardcode the mutex type into the locks
themselves, making it easier to switch mutex types, should it ever be
necessary in the future.
2019-04-01 12:53:47 -04:00
..
sdl general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-01 12:53:47 -04: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 Input: Remove global variables from SDL Input 2019-03-02 19:09:34 +01:00
keyboard.cpp general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-01 12:53:47 -04:00
keyboard.h citra-qt: release all buttons when render window focus is lost 2017-03-17 21:41:25 +02:00
main.cpp Input: Remove global variables from SDL Input 2019-03-02 19:09:34 +01:00
main.h Input: Remove global variables from SDL Input 2019-03-02 19:09:34 +01:00
motion_emu.cpp general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-01 12:53:47 -04:00
motion_emu.h motion_emu: no need to include thread in header 2017-08-19 07:21:02 +03:00