sdl2_frt/src/events
Sam Lantinga 4eda58ba6a Added SDL_HINT_MOUSE_NORMAL_SPEED_SCALE and SDL_HINT_MOUSE_RELATIVE_SPEED_SCALE to scale the speed of the mouse.
This currently doesn't affect absolute motion, which would need to be implemented on each windowing system so the cursor matches the reported mouse coordinates.
2016-12-02 21:01:13 -08:00
..
blank_cursor.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
default_cursor.h Fixed sed error on Mac OS X and updated copyright on a few last files 2016-01-02 10:38:51 -08:00
scancodes_darwin.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
scancodes_linux.h Linux: Added missing scancodes. 2016-10-16 22:47:49 +02:00
scancodes_windows.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
scancodes_xfree86.h Improve X11 key handling when XKB isn't available + add xvnc scancodes. 2016-10-03 11:35:34 +01:00
SDL_clipboardevents_c.h Renaming of guard header names to quiet -Wreserved-id-macro 2016-11-20 21:34:54 -08:00
SDL_clipboardevents.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_dropevents_c.h Renaming of guard header names to quiet -Wreserved-id-macro 2016-11-20 21:34:54 -08:00
SDL_dropevents.c Fixed NULL dereference on drop events with no window associated. 2016-01-07 16:01:24 -05:00
SDL_events_c.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_events.c Removed empty statement. 2016-11-05 21:22:39 +01:00
SDL_gesture_c.h Renaming of guard header names to quiet -Wreserved-id-macro 2016-11-20 21:34:54 -08:00
SDL_gesture.c Patch from Sylvain to fix clang warnings 2016-11-13 22:57:41 -08:00
SDL_keyboard_c.h Renaming of guard header names to quiet -Wreserved-id-macro 2016-11-20 21:34:54 -08:00
SDL_keyboard.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_mouse_c.h Added SDL_HINT_MOUSE_NORMAL_SPEED_SCALE and SDL_HINT_MOUSE_RELATIVE_SPEED_SCALE to scale the speed of the mouse. 2016-12-02 21:01:13 -08:00
SDL_mouse.c Added SDL_HINT_MOUSE_NORMAL_SPEED_SCALE and SDL_HINT_MOUSE_RELATIVE_SPEED_SCALE to scale the speed of the mouse. 2016-12-02 21:01:13 -08:00
SDL_quit.c Implemented SDL_GetHintBoolean() to make it easier to check boolean hints 2016-10-07 23:40:44 -07:00
SDL_sysevents.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_touch_c.h Renaming of guard header names to quiet -Wreserved-id-macro 2016-11-20 21:34:54 -08:00
SDL_touch.c Patch from Sylvain to fix clang warnings 2016-11-13 22:57:41 -08:00
SDL_windowevents_c.h Renaming of guard header names to quiet -Wreserved-id-macro 2016-11-20 21:34:54 -08:00
SDL_windowevents.c Fixed bug 3161 - SDL_WINDOWEVENT_EXPOSED event possible queue overflow 2016-10-01 13:38:30 -07:00