mirror of
				https://github.com/libsdl-org/SDL.git
				synced 2025-10-26 12:27:44 +00:00 
			
		
		
		
	Emscripten: Fixed wrong source comment and updated web link.
This commit is contained in:
		| @@ -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, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Philipp Wiesemann
					Philipp Wiesemann