mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Emscripten: Fixed wrong source comment and updated web link.
This commit is contained in:
parent
d57b973518
commit
a54d038b64
@ -38,8 +38,9 @@
|
|||||||
#define FULLSCREEN_MASK ( SDL_WINDOW_FULLSCREEN_DESKTOP | SDL_WINDOW_FULLSCREEN )
|
#define FULLSCREEN_MASK ( SDL_WINDOW_FULLSCREEN_DESKTOP | SDL_WINDOW_FULLSCREEN )
|
||||||
|
|
||||||
/*
|
/*
|
||||||
.which to scancode
|
.keyCode to scancode
|
||||||
https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent#Constants
|
https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent
|
||||||
|
https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode
|
||||||
*/
|
*/
|
||||||
static const SDL_Scancode emscripten_scancode_table[] = {
|
static const SDL_Scancode emscripten_scancode_table[] = {
|
||||||
/* 0 */ SDL_SCANCODE_UNKNOWN,
|
/* 0 */ SDL_SCANCODE_UNKNOWN,
|
||||||
|
Loading…
Reference in New Issue
Block a user