suyu/src/input_common
lat9nq b91b76df4f general: Make most settings a BasicSetting
Creates a new BasicSettings class in common/settings, and forces setting
a default and label for each setting that uses it in common/settings.
Moves defaults and labels from both frontends into common settings.
Creates a helper function in each frontend to facillitate reading the
settings now with the new default and label properties.

Settings::Setting is also now a subclass of Settings::BasicSetting. Also
adds documentation for both Setting and BasicSetting.
2021-06-28 17:32:17 -04:00
..
gcadapter input_common: Reset GC sticks center by measuring multiple packets 2021-04-26 18:34:00 -05:00
mouse general: Make most settings a BasicSetting 2021-06-28 17:32:17 -04:00
sdl Merge pull request #6318 from german77/dualJoycon 2021-06-01 00:51:00 -07:00
udp general: Make most settings a BasicSetting 2021-06-28 17:32:17 -04:00
analog_from_button.cpp input_common: Analog button, use time based position instead of frequent updates 2021-05-30 00:13:51 -05:00
analog_from_button.h InputCommon: add AnalogFromButton 2017-03-01 23:30:57 +02:00
CMakeLists.txt cmake: General improvements to libusb linking 2021-06-03 03:49:35 -04:00
keyboard.cpp input_common: Analog button, use time based position instead of frequent updates 2021-05-30 00:13:51 -05: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_common: Implement SDL motion 2021-05-15 08:56:58 -05:00
main.h Implement full mouse support 2020-11-25 23:59:30 -06:00
motion_from_button.cpp input_common/CMakeLists: Make some warnings errors 2020-10-15 19:37:51 -04:00
motion_from_button.h Add random motion input to keyboard 2020-09-25 17:59:52 -05:00
motion_input.cpp hid: Implement SevenSixAxis and ConsoleSixAxisSensor 2021-04-23 22:12:41 -05:00
motion_input.h motion_input: Mark constructor as explicit 2020-11-15 14:20:41 -05:00
touch_from_button.cpp general: Make most settings a BasicSetting 2021-06-28 17:32:17 -04:00
touch_from_button.h Address second batch of reviews 2020-08-30 00:43:25 +02:00