QAnalogAxisInput¶
An axis input controlled by an analog input The axis value is controlled like a traditional analog input such as a joystick. More…
Synopsis¶
Functions¶
def
axis
()
Slots¶
def
setAxis
(axis)
Signals¶
def
axisChanged
(axis)
Detailed Description¶
- class PySide6.Qt3DInput.Qt3DInput.QAnalogAxisInput([parent=None])¶
- Parameters
parent –
PySide6.Qt3DCore.Qt3DCore.QNode
Constructs a new QAnalogAxisInput
instance with parent
.
- PySide6.Qt3DInput.Qt3DInput.QAnalogAxisInput.axis()¶
- Return type
int
Axis for the analog input.
See also
Axis
- PySide6.Qt3DInput.Qt3DInput.QAnalogAxisInput.axisChanged(axis)¶
- Parameters
axis – int
- PySide6.Qt3DInput.Qt3DInput.QAnalogAxisInput.setAxis(axis)¶
- Parameters
axis – int
Axis for the analog input.
See also
Axis
© 2022 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.