mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 10:43:21 +02:00
Merge pull request #15631 from SamGondelman/questKeyboard
BUGZ-413: Re-enable Quest 3D Keyboard
This commit is contained in:
commit
24049a4321
1 changed files with 0 additions and 4 deletions
|
@ -180,11 +180,7 @@ private:
|
||||||
mutable ReadWriteLockable _preferMalletsOverLasersSettingLock;
|
mutable ReadWriteLockable _preferMalletsOverLasersSettingLock;
|
||||||
mutable ReadWriteLockable _ignoreItemsLock;
|
mutable ReadWriteLockable _ignoreItemsLock;
|
||||||
|
|
||||||
#ifdef Q_OS_ANDROID
|
|
||||||
Setting::Handle<bool> _use3DKeyboard { "use3DKeyboard", false };
|
|
||||||
#else
|
|
||||||
Setting::Handle<bool> _use3DKeyboard { "use3DKeyboard", true };
|
Setting::Handle<bool> _use3DKeyboard { "use3DKeyboard", true };
|
||||||
#endif
|
|
||||||
|
|
||||||
QString _typedCharacters;
|
QString _typedCharacters;
|
||||||
TextDisplay _textDisplay;
|
TextDisplay _textDisplay;
|
||||||
|
|
Loading…
Reference in a new issue