XrActionMapper QML Type

Maps XrInputActions to affect an XR application. More...

Import Statement: import QtQuick3D.Xr
Since: Qt 6.8
Inherits:

Object3D

Status: Technical Preview

Signals

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.