SDL/src/video/emscripten
Charlie Birks 6e931bee01 emscripten: restore key event prevent default behaviour
This restores the behaviour before 9221548114 where we only preventDefault the event if:
- the key is recognised
- the event is enabled
- the event is not filtered

(ignoring the KEYPRESS special case, which is unchanged)
2024-07-19 09:39:00 -07:00
..
SDL_emscriptenevents.c emscripten: restore key event prevent default behaviour 2024-07-19 09:39:00 -07:00
SDL_emscriptenevents.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_emscriptenframebuffer.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_emscriptenframebuffer.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_emscriptenmouse.c Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 10:51:30 -07:00
SDL_emscriptenmouse.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_emscriptenopengles.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_emscriptenopengles.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_emscriptenvideo.c Emscripten_SetWindowFullscreen: Fix crash due to uninitialized EmscriptenFullscreenStrategy members 2024-02-06 16:27:18 -08:00
SDL_emscriptenvideo.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00