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

Commit

Permalink
WinRT: added a keyboard mapping for the Backspace key
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLudwig committed Jan 23, 2013
1 parent 6d55087 commit d939aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/windowsrt/SDL_WinRTApp.cpp
Expand Up @@ -289,7 +289,7 @@ static SDL_Scancode WinRT_Keycodes[] = {
SDL_SCANCODE_UNKNOWN, // VirtualKey.XButton1 -- 5
SDL_SCANCODE_UNKNOWN, // VirtualKey.XButton2 -- 6
SDL_SCANCODE_UNKNOWN, // -- 7
SDL_SCANCODE_UNKNOWN, // VirtualKey.Back -- 8 (maybe SDL_SCANCODE_AC_BACK ?)
SDL_SCANCODE_BACKSPACE, // VirtualKey.Back -- 8
SDL_SCANCODE_TAB, // VirtualKey.Tab -- 9
SDL_SCANCODE_UNKNOWN, // -- 10
SDL_SCANCODE_UNKNOWN, // -- 11
Expand Down

0 comments on commit d939aea

Please sign in to comment.