Raise VR Keyboard when textfield is selected

Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
This commit is contained in:
Armored Dragon 2024-06-28 10:42:39 -05:00
parent 192d80aece
commit 7e100a1870
No known key found for this signature in database
GPG key ID: C7207ACC3382AD8B

View file

@ -215,6 +215,10 @@ Rectangle {
text = ""
}
}
onFocusChanged: {
if (focus) return ApplicationInterface.showVRKeyboardForHudUI(true);
ApplicationInterface.showVRKeyboardForHudUI(false);
}
}
Button {
width: 60