mirror of
https://github.com/overte-org/overte.git
synced 2025-04-10 17:22:25 +02:00
Raise VR Keyboard when textfield is selected
Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
This commit is contained in:
parent
192d80aece
commit
7e100a1870
1 changed files with 4 additions and 0 deletions
|
@ -215,6 +215,10 @@ Rectangle {
|
|||
text = ""
|
||||
}
|
||||
}
|
||||
onFocusChanged: {
|
||||
if (focus) return ApplicationInterface.showVRKeyboardForHudUI(true);
|
||||
ApplicationInterface.showVRKeyboardForHudUI(false);
|
||||
}
|
||||
}
|
||||
Button {
|
||||
width: 60
|
||||
|
|
Loading…
Reference in a new issue