sdl2_frt/src/video/x11
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
..
edid-parse.c Fixed edid parsing code for older gcc compilers 2016-12-12 09:18:42 -08:00
edid.h Fixed edid parsing code for older gcc compilers 2016-12-12 09:18:42 -08:00
imKStoUCS.c x11: Updated imKStoUCS.* to latest from x.org. 2016-02-08 01:08:21 -05:00
imKStoUCS.h x11: Updated imKStoUCS.* to latest from x.org. 2016-02-08 01:08:21 -05:00
SDL_x11clipboard.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_x11clipboard.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_x11dyn.c revert the recent typecast assignment changes (see bug #4079) 2018-02-12 17:00:00 +03:00
SDL_x11dyn.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_x11events.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_x11events.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_x11framebuffer.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_x11framebuffer.h Add and update include guards 2018-10-28 21:36:48 +01:00
SDL_x11keyboard.c x11: Fixed incorrect function signature for XkbSetDetectableAutoRepeat. 2018-10-20 21:35:48 -04:00
SDL_x11keyboard.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_x11messagebox.c x11: Don't hardcode limit on lines of text in message boxes. 2018-10-15 00:46:43 -04:00
SDL_x11messagebox.h Add and update include guards 2018-10-28 21:36:48 +01:00
SDL_x11modes.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_x11modes.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_x11mouse.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_x11mouse.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_x11opengl.c revert the recent typecast assignment changes (see bug #4079) 2018-02-12 17:00:00 +03:00
SDL_x11opengl.h Fixed whitespace 2018-09-24 11:49:25 -07:00
SDL_x11opengles.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_x11opengles.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_x11shape.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_x11shape.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_x11sym.h x11: Fixed incorrect function signature for XkbSetDetectableAutoRepeat. 2018-10-20 21:35:48 -04:00
SDL_x11touch.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_x11touch.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_x11video.c Some drag'and'drop improvements. 2018-08-02 16:03:47 -04:00
SDL_x11video.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_x11vulkan.c revert the recent typecast assignment changes (see bug #4079) 2018-02-12 17:00:00 +03:00
SDL_x11vulkan.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_x11window.c Some drag'and'drop improvements. 2018-08-02 16:03:47 -04:00
SDL_x11window.h Some drag'and'drop improvements. 2018-08-02 16:03:47 -04:00
SDL_x11xinput2.c Add SDL_TouchDeviceType enum and SDL_GetTouchDeviceType(SDL_TouchID id). 2018-11-10 16:15:48 -04:00
SDL_x11xinput2.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00