RetroArch/input
Alex Kornitzer edfafd9fad cocoa: fix mouse movement
The input driver was using absolute coordinate arithmetic while making
use of delta changes for each coordinate, as a result the absolute
change netted to zero. This fixes that and tries to mitigate cursor
event sync issues (sync issues will require more work).
2020-05-10 22:44:44 +01:00
..
common Cleanups - Replace '== NULL' 2020-01-30 16:47:33 +01:00
connect Remove manual MSB_FIRST definitions and switch to retro_endianness.h 2020-04-21 04:16:55 +02:00
drivers cocoa: fix mouse movement 2020-05-10 22:44:44 +01:00
drivers_hid In case last hatswitch does not match cookie 2020-04-30 13:27:44 -04:00
drivers_joypad PSL1GHT port 2020-03-30 05:39:22 +02:00
drivers_keyboard Cleanups 2020-02-23 05:55:15 +01:00
include
input_autodetect_builtin.c
input_defines.h
input_driver.h Don't pass joypad_info by value 2020-02-27 07:33:14 +01:00
input_keymaps.c Implement psl1ght keyboard 2020-04-17 00:56:23 +02:00
input_keymaps.h
input_mapper.c Buildfix 2020-04-17 16:29:23 +02:00
input_mapper.h
input_osk_utf8_pages.h Rename menu_osk.c to input_osk.c 2020-02-26 05:49:23 +01:00
input_osk.c Rename menu_osk.c to input_osk.c 2020-02-26 05:49:23 +01:00
input_osk.h Rename menu_osk.c to input_osk.c 2020-02-26 05:49:23 +01:00
input_overlay.h
input_remapping.c More settings cleanups 2020-03-05 13:24:59 +01:00
input_remapping.h Cleanups 2020-02-14 14:11:25 +01:00
input_types.h