QLogicalDevice allows the user to define a set of actions that they wish to use within an application. 更多...
头: | #include <QLogicalDevice> |
CMake: |
find_package(Qt6 REQUIRED COMPONENTS 3dinput)
target_link_libraries(mytarget PRIVATE Qt6::3dinput) |
qmake: | QT += 3dinput |
实例化: | LogicalDevice |
继承: | 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 ) |
[explicit]
QLogicalDevice::
QLogicalDevice
(
Qt3DCore::QNode
*
parent
= nullptr)
Constructs a new QLogicalDevice instance with parent parent .
Returns the list of actions.
添加 action to the list of actions.
添加 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.