mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-10 03:39:55 +00:00
Unrelated change: we always want the XAutoRepeat workaround, regardless of using exclusive input or not
This commit is contained in:
parent
3ef952172d
commit
5c0c5854e8
@ -87,10 +87,12 @@ namespace MWInput
|
||||
std::string("false")));
|
||||
pl.insert(std::make_pair(std::string("x11_keyboard_grab"),
|
||||
std::string("false")));
|
||||
pl.insert(std::make_pair(std::string("XAutoRepeatOn"),
|
||||
std::string("true")));
|
||||
#endif
|
||||
}
|
||||
#if defined OIS_LINUX_PLATFORM
|
||||
pl.insert(std::make_pair(std::string("XAutoRepeatOn"),
|
||||
std::string("true")));
|
||||
#endif
|
||||
|
||||
#if defined(__APPLE__) && !defined(__LP64__)
|
||||
// Give the application window focus to receive input events
|
||||
|
Loading…
x
Reference in New Issue
Block a user