Skip to content

Commit

Permalink
Emscripten: Fixed wrong source comment and updated web link.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed May 16, 2015
1 parent d57b973 commit a54d038
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/video/emscripten/SDL_emscriptenevents.c
Expand Up @@ -38,8 +38,9 @@
#define FULLSCREEN_MASK ( SDL_WINDOW_FULLSCREEN_DESKTOP | SDL_WINDOW_FULLSCREEN )

/*
.which to scancode
https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent#Constants
.keyCode to scancode
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[] = {
/* 0 */ SDL_SCANCODE_UNKNOWN,
Expand Down

0 comments on commit a54d038

Please sign in to comment.