sdl2_frt/src/video/emscripten
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_emscriptenevents.c Add SDL_TouchDeviceType enum and SDL_GetTouchDeviceType(SDL_TouchID id). 2018-11-10 16:15:48 -04:00
SDL_emscriptenevents.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_emscriptenframebuffer.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_emscriptenframebuffer.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_emscriptenmouse.c Emscripten: Fixed SDL_SYSTEM_CURSOR_SIZEALL 2018-08-18 12:30:04 +01:00
SDL_emscriptenmouse.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_emscriptenopengles.c Emscripten: Load eglQueryString and eglGetError 2018-10-13 17:18:59 +01:00
SDL_emscriptenopengles.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_emscriptenvideo.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_emscriptenvideo.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00