mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 14:59:01 +00:00
Fixed: by default on linux DisableDirectInput is set to true
This commit is contained in:
parent
0939306ec7
commit
4b818d8023
1 changed files with 5 additions and 0 deletions
|
@ -294,7 +294,12 @@ CClientConfig::CClientConfig()
|
|||
|
||||
ForceDeltaTime = 0; // Default ForceDeltaTime, disabled by default
|
||||
|
||||
#ifdef NL_OS_WINDOWS
|
||||
DisableDirectInput = false; // Default DisableDirectInput
|
||||
#else
|
||||
DisableDirectInput = true; // no direct input on linux
|
||||
#endif
|
||||
|
||||
DisableDirectInputKeyboard = true; // Default DisableDirectInput fort he keyboard only
|
||||
HardwareCursor = true; // Default HardwareCursor
|
||||
HardwareCursorScale = 0.85f;
|
||||
|
|
Loading…
Reference in a new issue