SDL/src/video/emscripten
Charlie Birks 25559faaea 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)

(cherry picked from commit 6e931bee01)
2024-07-19 09:41:02 -07:00
..
SDL_emscriptenevents.c emscripten: restore key event prevent default behaviour 2024-07-19 09:41:02 -07:00
SDL_emscriptenevents.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_emscriptenframebuffer.c Renamed driverdata to internal 2024-07-16 17:17:13 -07:00
SDL_emscriptenframebuffer.h Simplified SDL_Surface 2024-07-10 00:48:18 -07: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 14:09:11 -07:00
SDL_emscriptenmouse.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_emscriptenopengles.c Renamed driverdata to internal 2024-07-16 17:17:13 -07:00
SDL_emscriptenopengles.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_emscriptenvideo.c Renamed driverdata to internal 2024-07-16 17:17:13 -07:00
SDL_emscriptenvideo.h Use the correct device ID (global or default or specific) based on context 2024-03-23 16:31:00 -07:00