mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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