rpcs3/rpcs3/Input
Megamouse 52deff06ba
Random stuff (#9589)
* minor coding style adjustment

* Qt: simplify osk dialog buttons

* replace std::find_if with convenience functions

* RSX: use sv in swizzle comparison

idk, I'll remove this if it was intentional.

* overlays/osk: rename enter to return

This one confused me and make me look for a bug that caused the "enter" key to be disabled, while it was actually the return key (obviously xD).
2021-01-12 12:59:50 +03:00
..
basic_keyboard_handler.cpp Salvaging code (#9432) 2020-12-14 14:33:43 +01:00
basic_keyboard_handler.h Don't randomly include "stdafx.h" 2020-12-22 14:32:30 +03:00
basic_mouse_handler.cpp Don't randomly include "stdafx.h" 2020-12-22 14:32:30 +03:00
basic_mouse_handler.h Don't randomly include "stdafx.h" 2020-12-22 14:32:30 +03:00
ds3_pad_handler.cpp Add usz alias for std::size_t 2020-12-18 12:23:53 +03:00
ds3_pad_handler.h types.hpp: more cleanup 2020-12-22 19:08:09 +03:00
ds4_pad_handler.cpp Add usz alias for std::size_t 2020-12-18 12:23:53 +03:00
ds4_pad_handler.h types.hpp: more cleanup 2020-12-22 19:08:09 +03:00
dualsense_pad_handler.cpp Add usz alias for std::size_t 2020-12-18 12:23:53 +03:00
dualsense_pad_handler.h types.hpp: more cleanup 2020-12-22 19:08:09 +03:00
evdev_joystick_handler.cpp Random stuff (#9589) 2021-01-12 12:59:50 +03:00
evdev_joystick_handler.h Don't randomly include "stdafx.h" 2020-12-22 14:32:30 +03:00
keyboard_pad_handler.cpp std::chrono cleanup: always use steady_clock 2020-12-11 19:01:56 +03:00
keyboard_pad_handler.h Don't randomly include "stdafx.h" 2020-12-22 14:32:30 +03:00
mm_joystick_handler.cpp Remove BOM markers 2020-12-06 15:30:12 +03:00
mm_joystick_handler.h Butcher narrow cast a little (don't print value). 2020-12-22 14:32:30 +03:00
pad_thread.cpp Initial DualSense Support (#9308) 2020-12-13 00:00:45 +01:00
pad_thread.h Don't randomly include "stdafx.h" 2020-12-22 14:32:30 +03:00
product_info.h Remove BOM markers 2020-12-06 15:30:12 +03:00
xinput_pad_handler.cpp Add usz alias for std::size_t 2020-12-18 12:23:53 +03:00
xinput_pad_handler.h types.hpp: more cleanup 2020-12-22 19:08:09 +03:00