mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 15:35:23 +00:00
Removed obsolete OIS workaround
This commit is contained in:
parent
5984a15846
commit
9807eacb58
@ -420,16 +420,6 @@ namespace MWInput
|
||||
MWBase::Environment::get().getWindowManager()->enterPressed();
|
||||
}
|
||||
|
||||
//TODO: Check if we need this with SDL
|
||||
/*
|
||||
#ifdef __APPLE__ // filter \016 symbol for F-keys on OS X
|
||||
if ((arg.key >= SDLK_F1 && arg.key <= SDLK_F10) ||
|
||||
(arg.key >= SDLK_F11 && arg.key <= SDLK_F15)) {
|
||||
text = 0;
|
||||
}
|
||||
#endif
|
||||
*/
|
||||
|
||||
OIS::KeyCode kc = mInputManager->sdl2OISKeyCode(arg.keysym.sym);
|
||||
|
||||
MyGUI::InputManager::getInstance().injectKeyPress(MyGUI::KeyCode::Enum(kc), text);
|
||||
|
Loading…
x
Reference in New Issue
Block a user