Rename keycode::GRAVE to BACKQUOTE
This commit is contained in:
parent
de5c0a3371
commit
4ce09fc6b0
2 changed files with 2 additions and 2 deletions
|
|
@ -94,7 +94,7 @@ namespace psemek::app
|
|||
NONUSHASH,
|
||||
SEMICOLON,
|
||||
APOSTROPHE,
|
||||
GRAVE,
|
||||
BACKQUOTE,
|
||||
COMMA,
|
||||
PERIOD,
|
||||
SLASH,
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ namespace psemek::sdl2
|
|||
case SDL_SCANCODE_NONUSHASH: return app::keycode::NONUSHASH;
|
||||
case SDL_SCANCODE_SEMICOLON: return app::keycode::SEMICOLON;
|
||||
case SDL_SCANCODE_APOSTROPHE: return app::keycode::APOSTROPHE;
|
||||
case SDL_SCANCODE_GRAVE: return app::keycode::GRAVE;
|
||||
case SDL_SCANCODE_GRAVE: return app::keycode::BACKQUOTE;
|
||||
case SDL_SCANCODE_COMMA: return app::keycode::COMMA;
|
||||
case SDL_SCANCODE_PERIOD: return app::keycode::PERIOD;
|
||||
case SDL_SCANCODE_SLASH: return app::keycode::SLASH;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue