AxisSetting QML Type
QML frontend for the Qt3DInput::QAxisSetting C++ class. More...
Import Statement: | import Qt3D.Input 2.12 |
Since: | Qt 5.5 |
Instantiates: | QAxisSetting |
Properties
- axes : list<int>
- axis : QVariantList
- deadZoneRadius : float
- smooth : bool
Signals
Detailed Description
Stores settings for the specified list of Axis
Property Documentation
The current axis of the AxisSetting
The current deadZone radius of the AxisSetting
smooth : bool |
The current state of smoothing
Signal Documentation
This signal is emitted when the axis associated with the axis setting is changed.
The corresponding handler is onAxisChanged
This signal is emitted when the dead zone associated with the axis setting is changed.
The corresponding handler is onDeadZoneRadiusChanged
This signal is emitted when the when the smoothing state is changed.
The corresponding handler is onSmoothChanged
© 2019 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.