rpcsx/rpcs3/Input
Nekotekina 160b131de3 types.hpp: implement smin, smax, amin, amax
Rewritten the following global utility constants:
`umax` returns max number, restricted to unsigned.
`smax` returns max signed number, restricted to integrals.
`smin` returns min signed number, restricted to signed.
`amin` returns smin or zero, less restricted.
`amax` returns smax or umax, less restricted.

Fix operators == and <=> for synthesized rel-ops.
2021-05-22 12:10:57 +03:00
..
basic_keyboard_handler.cpp basic keyboard: release all keys on FocusOut event 2021-04-17 14:03:50 +02:00
basic_keyboard_handler.h Emu: some cleanup 2021-04-09 21:03:49 +02:00
basic_mouse_handler.cpp Emu: some cleanup 2021-04-09 21:03:49 +02:00
basic_mouse_handler.h Emu: some cleanup 2021-04-09 21:03:49 +02:00
ds3_pad_handler.cpp Emu: some cleanup 2021-04-09 21:03:49 +02:00
ds3_pad_handler.h ds3: add led battery indicators (Linux only atm) 2021-03-01 14:37:49 +01:00
ds4_pad_handler.cpp Emu: some cleanup 2021-04-09 21:03:49 +02:00
ds4_pad_handler.h Emu: some cleanup 2021-04-09 21:03:49 +02:00
dualsense_pad_handler.cpp Emu: some cleanup 2021-04-09 21:03:49 +02:00
dualsense_pad_handler.h Emu: some cleanup 2021-04-09 21:03:49 +02:00
evdev_joystick_handler.cpp cfg: simplify get_nodes 2021-03-20 20:54:26 +03:00
evdev_joystick_handler.h Input: replace a bunch of static_pointer_cast 2021-02-22 10:45:40 +01:00
hid_pad_handler.cpp Emu: some cleanup 2021-04-09 21:03:49 +02:00
hid_pad_handler.h types.hpp: implement smin, smax, amin, amax 2021-05-22 12:10:57 +03:00
keyboard_pad_handler.cpp Input: avoid mouse events when unused 2021-04-20 00:06:23 +02:00
keyboard_pad_handler.h Input: avoid mouse events when unused 2021-04-20 00:06:23 +02:00
mm_joystick_handler.cpp Emu: some cleanup 2021-04-09 21:03:49 +02:00
mm_joystick_handler.h Emu: some cleanup 2021-04-09 21:03:49 +02:00
pad_thread.cpp Emu: some cleanup 2021-04-09 21:03:49 +02:00
pad_thread.h fixed_typemap.hpp: make it a bit fool-proof 2021-03-02 21:58:49 +03:00
product_info.h Emu: some cleanup 2021-04-09 21:03:49 +02:00
xinput_pad_handler.cpp Emu: some cleanup 2021-04-09 21:03:49 +02:00
xinput_pad_handler.h Emu: some cleanup 2021-04-09 21:03:49 +02:00