SDL/src/video/emscripten
Sam Lantinga 9302d7732d Fixed touch normalized coordinates
When converting normalized coordinates to pixel coordinates, the valid range is 0 to (width or height) - 1, and the pixel coordinate of width or height is past the edge of the window.

Fixes https://github.com/libsdl-org/SDL/issues/2913
2023-11-05 06:55:39 -08:00
..
SDL_emscriptenevents.c Fixed touch normalized coordinates 2023-11-05 06:55:39 -08:00
SDL_emscriptenevents.h Displays are now referenced by instance ID instead of index 2023-01-29 19:25:15 -08:00
SDL_emscriptenframebuffer.c Rename SDL_PIXELFORMAT_RGB888 and SDL_PIXELFORMAT_BGR888 to SDL_PIXELFORMAT_XRGB8888 and SDL_PIXELFORMAT_XBGR8888 for clarity 2023-07-01 17:58:34 -07:00
SDL_emscriptenframebuffer.h Remove _THIS in src/video and in src/events (also VideoDevice) 2023-05-09 11:29:33 -04:00
SDL_emscriptenmouse.c emscripten: Restore compatibility with existing emsdk releases. 2023-09-20 14:32:41 -04:00
SDL_emscriptenmouse.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_emscriptenopengles.c Remove _THIS in src/video and in src/events (also VideoDevice) 2023-05-09 11:29:33 -04:00
SDL_emscriptenopengles.h Remove _THIS in src/video and in src/events (also VideoDevice) 2023-05-09 11:29:33 -04:00
SDL_emscriptenvideo.c Code cleanup now that SDL_bool is equivalent to a C boolean expression 2023-11-03 09:54:04 -07:00
SDL_emscriptenvideo.h Displays are now referenced by instance ID instead of index 2023-01-29 19:25:15 -08:00