overte-org / overte

Overte open source virtual worlds platform.
https://overte.org/
Other
128 stars 47 forks source link

Allow events from VR keyboard to overlay UI #1046

Closed ksuprynowicz closed 2 days ago

ksuprynowicz commented 1 week ago

Fixes https://github.com/overte-org/overte/issues/1044 Still work in progress, since there's no way to deactivate overlay windows from VR controllers yet.

ksuprynowicz commented 6 days ago

To show the keyboard following function needs to be called in the QML window script:

ApplicationInterface.showVRKeyboardForHudUI(true);
Armored-Dragon commented 4 days ago

I just tested it today and it works as expected without any issues.

ksuprynowicz commented 3 days ago

Thanks for testing!