QActionInput¶
QActionInput
stores Device and Buttons used to trigger an input event. More…
Synopsis¶
Functions¶
def
buttons
()def
sourceDevice
()
Slots¶
def
setButtons
(buttons)def
setSourceDevice
(sourceDevice)
Signals¶
def
buttonsChanged
(buttons)def
sourceDeviceChanged
(sourceDevice)
Detailed Description¶
- class PySide6.Qt3DInput.Qt3DInput.QActionInput([parent=None])¶
- Parameters
parent –
PySide6.Qt3DCore.Qt3DCore.QNode
Constructs a new QActionInput
instance with parent
.
- PySide6.Qt3DInput.Qt3DInput.QActionInput.buttons()¶
- Return type
Holds the buttons that can trigger this Action.
- PySide6.Qt3DInput.Qt3DInput.QActionInput.buttonsChanged(buttons)¶
- Parameters
buttons –
- PySide6.Qt3DInput.Qt3DInput.QActionInput.setButtons(buttons)¶
- Parameters
buttons –
Holds the buttons that can trigger this Action.
- PySide6.Qt3DInput.Qt3DInput.QActionInput.setSourceDevice(sourceDevice)¶
- Parameters
sourceDevice –
PySide6.Qt3DInput.Qt3DInput.QAbstractPhysicalDevice
The current source device of the QActionInput
.
- PySide6.Qt3DInput.Qt3DInput.QActionInput.sourceDevice()¶
The current source device of the QActionInput
.
- PySide6.Qt3DInput.Qt3DInput.QActionInput.sourceDeviceChanged(sourceDevice)¶
- Parameters
sourceDevice –
PySide6.Qt3DInput.Qt3DInput.QAbstractPhysicalDevice
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.