XrActionMapper QML Type
Maps XrInputActions to affect an XR application. More...
Import Statement: | import QtQuick3D.Xr |
Since: | Qt 6.8 |
Inherits: | |
Status: | Technical Preview |
Signals
- inputValueChange(InputAction id, QString shortName, float value)
Detailed Description
Signal Documentation
inputValueChange(InputAction id, QString shortName, float value) |
Emitted when an input action is triggered.
This signal provides an id, shortName, and value when an inputValue has changed.
Note: The corresponding handler is onInputValueChange
.