mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 06:53:59 +02:00
keyboard setting
This commit is contained in:
parent
4dbae787cb
commit
bf8c671cd6
1 changed files with 5 additions and 0 deletions
|
@ -179,7 +179,12 @@ private:
|
|||
mutable ReadWriteLockable _handLaserLock;
|
||||
mutable ReadWriteLockable _preferMalletsOverLasersSettingLock;
|
||||
mutable ReadWriteLockable _ignoreItemsLock;
|
||||
|
||||
#ifdef Q_OS_ANDROID
|
||||
Setting::Handle<bool> _use3DKeyboard { "use3DKeyboard", false };
|
||||
#else
|
||||
Setting::Handle<bool> _use3DKeyboard { "use3DKeyboard", true };
|
||||
#endif
|
||||
|
||||
QString _typedCharacters;
|
||||
TextDisplay _textDisplay;
|
||||
|
|
Loading…
Reference in a new issue