An axis input controlled by an analog input The axis value is controlled like a traditional analog input such as a joystick. More...
| Header: | #include <Qt3DInput/QAnalogAxisInput>
|
| CMake: | find_package(Qt6 REQUIRED COMPONENTS 3dinput)target_link_libraries(mytarget PRIVATE Qt6::3dinput)
|
| qmake: | QT += 3dinput
|
| In QML: | AnalogAxisInput |
| Inherits: | Qt3DInput::QAbstractAxisInput |
| Status: | Deprecated |
| QAnalogAxisInput(Qt3DCore::QNode *parent = nullptr) | |
| int | axis() const |
| void | setAxis(int axis) |
| void | axisChanged(int axis) |
Axis for the analog input.
Access functions:
| int | axis() const |
| void | setAxis(int axis) |
Notifier signal:
| void | axisChanged(int axis) |
See also Qt3DInput::QMouseDevice::Axis.
[explicit] QAnalogAxisInput::QAnalogAxisInput(Qt3DCore::QNode *parent = nullptr)
Constructs a new QAnalogAxisInput instance with parent.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.9/qt3dinput-qanalogaxisinput.html