2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/input_common/drivers
Lioncash c126b0718c tas_input: Make TasAxes enum an enum class
Prevents these values from potentially clashing with anything in other
headers.
2021-12-13 10:41:32 -05:00
..
gc_adapter.cpp input_common: Move button names to the frontend 2021-11-24 20:30:28 -06:00
gc_adapter.h input_common: Move button names to the frontend 2021-11-24 20:30:28 -06:00
keyboard.cpp input_common: Allow keyboard to be backwards compatible 2021-11-24 20:30:28 -06:00
keyboard.h input_common: Allow keyboard to be backwards compatible 2021-11-24 20:30:28 -06:00
mouse.cpp input_common: Move button names to the frontend 2021-11-24 20:30:28 -06:00
mouse.h input_common: Move button names to the frontend 2021-11-24 20:30:28 -06:00
sdl_driver.cpp input_common: Fix error with thread name 2021-11-29 22:03:47 -05:00
sdl_driver.h input_common: Move button names to the frontend 2021-11-24 20:30:28 -06:00
tas_input.cpp tas_input: Make TasAxes enum an enum class 2021-12-13 10:41:32 -05:00
tas_input.h tas_input: Make TasAxes enum an enum class 2021-12-13 10:41:32 -05:00
touch_screen.cpp kraken: Address comments from review 2021-11-24 20:30:28 -06:00
touch_screen.h kraken: Address comments from review 2021-11-24 20:30:28 -06:00
udp_client.cpp input_common: Fully implement UDP controllers 2021-11-26 15:46:36 -06:00
udp_client.h input_common: Fully implement UDP controllers 2021-11-26 15:46:36 -06:00