QLogicalDevice allows the user to define a set of actions that they wish to use within an application. More...
Header: | #include <QLogicalDevice> |
CMake: | find_package(Qt6 COMPONENTS 3dinput REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::3dinput) |
qmake: | QT += 3dinput |
Since: | Qt 5.6 |
Instantiated By: | LogicalDevice |
Inherits: | Qt3DCore::QComponent |
QLogicalDevice(Qt3DCore::QNode *parent = nullptr) | |
QList<Qt3DInput::QAction *> | actions() const |
void | addAction(Qt3DInput::QAction *action) |
void | addAxis(Qt3DInput::QAxis *axis) |
QList<Qt3DInput::QAxis *> | axes() const |
void | removeAction(Qt3DInput::QAction *action) |
void | removeAxis(Qt3DInput::QAxis *axis) |
Constructs a new QLogicalDevice instance with parent parent.
Returns the list of actions.
Add an action to the list of actions.
Add an axis to the list of axis.
Returns the list of axis.
Remove an action from the list of actions.
Remove an axis drom the list of axis.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qt3dinput-qlogicaldevice.html