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 COMPONENTS 3dinput REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::3dinput) |
qmake: | QT += 3dinput |
Since: | Qt 5.7 |
Instantiated By: | AnalogAxisInput |
Inherits: | Qt3DInput::QAbstractAxisInput |
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.
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.2/qt3dinput-qanalogaxisinput.html