yuzu/src/core/hid
Morph 5deecd714b input_interpreter: Make use of NpadButton instead of a u64
Allows us to be more explicit with the representation of button states and use the provided bit manipulation operators
2021-11-29 19:21:51 -05:00
..
emulated_console.cpp input_common: Fully implement UDP controllers 2021-11-26 15:46:36 -06:00
emulated_console.h core: hid: Mark constructors as explicit 2021-11-29 17:20:15 -05:00
emulated_controller.cpp settings: Add debug setting to enable all controllers 2021-11-27 20:24:37 -06:00
emulated_controller.h core: hid: Cleanup and amend documentation 2021-11-29 17:20:14 -05:00
emulated_devices.cpp core/hid: Improve accuary of mouse implementation 2021-11-24 20:30:28 -06:00
emulated_devices.h core: hid: Mark constructors as explicit 2021-11-29 17:20:15 -05:00
hid_core.cpp core: hid: hid_core: Add (Enable/DIsable)AllControllerConfiguration 2021-11-29 17:59:58 -05:00
hid_core.h core: hid: hid_core: Add (Enable/DIsable)AllControllerConfiguration 2021-11-29 17:59:58 -05:00
hid_types.h core: hid: hid_types: Add "All" to NpadButton 2021-11-29 19:21:51 -05:00
input_converter.cpp core/hid: Improve accuary of mouse implementation 2021-11-24 20:30:28 -06:00
input_converter.h core: hid: Cleanup and amend documentation 2021-11-29 17:20:14 -05:00
input_interpreter.cpp input_interpreter: Make use of NpadButton instead of a u64 2021-11-29 19:21:51 -05:00
input_interpreter.h input_interpreter: Make use of NpadButton instead of a u64 2021-11-29 19:21:51 -05:00
motion_input.cpp yuzu: Fix loading input profiles 2021-11-24 20:30:25 -06:00
motion_input.h core/hid: Fully emulate motion from button 2021-11-24 20:30:27 -06:00