mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 18:19:55 +00:00
Remove a wrong comment
This commit is contained in:
parent
fcab53b3f7
commit
162549b7af
1 changed files with 0 additions and 3 deletions
3
extern/sdl4ogre/sdlinputwrapper.cpp
vendored
3
extern/sdl4ogre/sdlinputwrapper.cpp
vendored
|
@ -340,9 +340,6 @@ namespace SFO
|
||||||
{
|
{
|
||||||
//lifted from OIS's SDLKeyboard.cpp
|
//lifted from OIS's SDLKeyboard.cpp
|
||||||
|
|
||||||
//TODO: Consider switching to scancodes so we
|
|
||||||
//can properly support international keyboards
|
|
||||||
//look at SDL_GetKeyFromScancode and SDL_GetKeyName
|
|
||||||
mKeyMap.insert( KeyMap::value_type(SDLK_UNKNOWN, OIS::KC_UNASSIGNED));
|
mKeyMap.insert( KeyMap::value_type(SDLK_UNKNOWN, OIS::KC_UNASSIGNED));
|
||||||
mKeyMap.insert( KeyMap::value_type(SDLK_ESCAPE, OIS::KC_ESCAPE) );
|
mKeyMap.insert( KeyMap::value_type(SDLK_ESCAPE, OIS::KC_ESCAPE) );
|
||||||
mKeyMap.insert( KeyMap::value_type(SDLK_1, OIS::KC_1) );
|
mKeyMap.insert( KeyMap::value_type(SDLK_1, OIS::KC_1) );
|
||||||
|
|
Loading…
Reference in a new issue