forked from mirror/openmw-tes3mp
Unrelated change: we always want the XAutoRepeat workaround, regardless of using exclusive input or not
This commit is contained in:
parent
3ef952172d
commit
5c0c5854e8
1 changed files with 4 additions and 2 deletions
|
@ -87,10 +87,12 @@ namespace MWInput
|
||||||
std::string("false")));
|
std::string("false")));
|
||||||
pl.insert(std::make_pair(std::string("x11_keyboard_grab"),
|
pl.insert(std::make_pair(std::string("x11_keyboard_grab"),
|
||||||
std::string("false")));
|
std::string("false")));
|
||||||
pl.insert(std::make_pair(std::string("XAutoRepeatOn"),
|
|
||||||
std::string("true")));
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
#if defined OIS_LINUX_PLATFORM
|
||||||
|
pl.insert(std::make_pair(std::string("XAutoRepeatOn"),
|
||||||
|
std::string("true")));
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(__APPLE__) && !defined(__LP64__)
|
#if defined(__APPLE__) && !defined(__LP64__)
|
||||||
// Give the application window focus to receive input events
|
// Give the application window focus to receive input events
|
||||||
|
|
Loading…
Reference in a new issue