QML frontend for the Qt3DInput::QAxisSetting C++ class. More...
| Import Statement: | import Qt3D.Input 2.9
|
| In C++: | QAxisSetting |
| Status: | Deprecated |
Stores settings for the specified list of Axis
The current axis of the AxisSetting
deadZoneRadius : real
The current deadZone radius of the AxisSetting
smooth : bool
The current state of smoothing
axisChanged()
This signal is emitted when the axis associated with the axis setting is changed.
The corresponding handler is onAxisChanged
Note: The corresponding handler is onAxisChanged.
deadZoneRadiusChanged()
This signal is emitted when the dead zone associated with the axis setting is changed.
The corresponding handler is onDeadZoneRadiusChanged
Note: The corresponding handler is onDeadZoneRadiusChanged.
smoothChanged()
This signal is emitted when the when the smoothing state is changed.
The corresponding handler is onSmoothChanged
Note: The corresponding handler is onSmoothChanged.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.9/qml-qt3d-input-axissetting.html