SDL/src/events
Alex Szpakowski 5029d50ea8 Add SDL_TouchDeviceType enum and SDL_GetTouchDeviceType(SDL_TouchID id).
Touch device types include SDL_TOUCH_DEVICE_DIRECT (a touch screen with window-relative coordinates for touches), SDL_TOUCH_DEVICE_INDIRECT_ABSOLUTE (a trackpad-style device with absolute device coordinates), and SDL_TOUCH_DEVICE_INDIRECT_RELATIVE (a trackpad-style device with screen cursor-relative coordinates).

Phone screens are an example of a direct device type. Mac trackpads are the indirect-absolute touch device type. The Apple TV remote is an indirect-relative touch device type.
2018-11-10 16:15:48 -04:00
..
SDL_clipboardevents.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_clipboardevents_c.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_displayevents.c Fixed build 2018-08-23 02:21:17 -07:00
SDL_displayevents_c.h Fixed build 2018-08-23 02:21:17 -07:00
SDL_dropevents.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_dropevents_c.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_events.c Re-enable drag-and-drop events by default 2018-09-30 19:53:26 -07:00
SDL_events_c.h Add and update include guards 2018-10-28 21:36:48 +01:00
SDL_gesture.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_gesture_c.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_keyboard.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_keyboard_c.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_mouse.c Added hints SDL_HINT_MOUSE_DOUBLE_CLICK_TIME and SDL_HINT_MOUSE_DOUBLE_CLICK_RADIUS to allow tuning double-click sensitivity. 2018-09-14 19:26:26 -07:00
SDL_mouse_c.h Added hints SDL_HINT_MOUSE_DOUBLE_CLICK_TIME and SDL_HINT_MOUSE_DOUBLE_CLICK_RADIUS to allow tuning double-click sensitivity. 2018-09-14 19:26:26 -07:00
SDL_quit.c Fixed building on platforms without __sighandler_t 2018-01-30 18:12:25 -08:00
SDL_sysevents.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_touch.c Add SDL_TouchDeviceType enum and SDL_GetTouchDeviceType(SDL_TouchID id). 2018-11-10 16:15:48 -04:00
SDL_touch_c.h Add SDL_TouchDeviceType enum and SDL_GetTouchDeviceType(SDL_TouchID id). 2018-11-10 16:15:48 -04:00
SDL_windowevents.c Fixed build 2018-08-23 02:21:17 -07:00
SDL_windowevents_c.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
blank_cursor.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
default_cursor.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
scancodes_darwin.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
scancodes_linux.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
scancodes_windows.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
scancodes_xfree86.h Add and update include guards 2018-10-28 21:36:48 +01:00