Lioncash
|
5bcab18c77
|
yuzu/configuration: Make function naming consistent
|
2019-06-05 15:40:33 -04:00 |
|
Lioncash
|
e9de531962
|
yuzu/configuration/configure_mouse_advanced: Clean up array accesses
Deduplicates array accesses and uses a named variable where appropriate.
|
2019-05-19 12:34:18 -04:00 |
|
Lioncash
|
43e8e5d385
|
yuzu/configuration/configure_mouse_advanced: Specify string conversions explicitly
Allows the advanced mouse configuration code to build with implicit
string conversions disabled.
|
2019-05-19 12:34:18 -04:00 |
|
Lioncash
|
fd252d2e82
|
yuzu/configure_input: Make CallConfigureDialog a non-member template function
This doesn't depend on any part of the private interface, so it can be
made a non-member internal function.
|
2018-11-27 16:37:18 -05:00 |
|
Zach Hilman
|
b131a4bbb2
|
configure_input: Make None a controller option instead of checkbox
|
2018-11-18 23:22:36 -05:00 |
|
Zach Hilman
|
2d8a5a4e9b
|
hid: Use player-defined controller type as PREFERRED_CONTROLLER
|
2018-11-18 23:22:36 -05:00 |
|
Zach Hilman
|
558777d83f
|
qt: Add UI to configure mouse buttons
Supports setting the five mouse buttons to any valid controller button/keyboard key (Left, Right, Middle, Foward, Back)
|
2018-11-18 23:22:36 -05:00 |
|