Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
WinRT: made the grave/tilde key work
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLudwig committed Jan 23, 2013
1 parent 4337bbe commit 0cca248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/windowsrt/SDL_WinRTApp.cpp
Expand Up @@ -471,6 +471,7 @@ TranslateKeycode(int keycode)
/* Set up a table of undocumented (by Microsoft), WinRT-specific,
key codes: */
// TODO, WinRT: move content declarations of WinRT_Unofficial_Keycodes into a C++11 initializer list, when possible
WinRT_Unofficial_Keycodes[220] = SDL_SCANCODE_GRAVE;
WinRT_Unofficial_Keycodes[222] = SDL_SCANCODE_BACKSLASH;
}

Expand Down

0 comments on commit 0cca248

Please sign in to comment.