QLogicalDevice

PyQt5.Qt3DInput.QLogicalDevice

Inherits from QComponent.

Description

QLogicalDevice allows the user to define a set of actions that they wish to use within an application.

Methods

__init__(parent: QNode = None)

Constructs a new QLogicalDevice instance with parent parent.


actions() → List[QAction]

Returns the list of actions.


addAction(QAction)

Add an action to the list of actions.


addAxis(QAxis)

Add an axis to the list of axis.


axes() → List[QAxis]

Returns the list of axis.


removeAction(QAction)

Remove an action from the list of actions.


removeAxis(QAxis)

Remove an axis drom the list of axis.