XrGamepadInput QML Type

Enables gamepad input. More...

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

Item

Status: Technical Preview

Signals

Detailed Description

Note: This is unrepeatable in QML. It is created under the hood by an XrView.

Signal Documentation

inputValueChange(int id, const char *shortName, float value)

Emitted when the inputValue property changes, provides the id, shortName ,and value parameters.

Note: The corresponding handler is onInputValueChange.