mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:24:24 +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 = ""
|
text = ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
onFocusChanged: {
|
||||||
|
if (focus) return ApplicationInterface.showVRKeyboardForHudUI(true);
|
||||||
|
ApplicationInterface.showVRKeyboardForHudUI(false);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Button {
|
Button {
|
||||||
width: 60
|
width: 60
|
||||||
|
|
Loading…
Reference in a new issue