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

Commit

Permalink
WinRT: minor comment change to keyboard code
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLudwig committed Jan 23, 2013
1 parent 69c1e39 commit a2b7438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/windowsrt/SDL_WinRTApp.cpp
Expand Up @@ -465,7 +465,7 @@ TranslateKeycode(int keycode)
{
/* Try to get a documented, WinRT, 'VirtualKey' first (as documented at
http://msdn.microsoft.com/en-us/library/windows/apps/windows.system.virtualkey.aspx ).
If that fails, try to get a Win32 virtual key.
If that fails, fall back to a Win32 virtual key.
*/
// TODO, WinRT: try filling out the WinRT keycode table as much as possible, using the Win32 table for interpretation hints
SDL_Scancode scancode = SDL_SCANCODE_UNKNOWN;
Expand Down

0 comments on commit a2b7438

Please sign in to comment.