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 PySide2.Qt3DInput.Qt3DInput.QActionInput([parent=None])¶
- param parent:
Constructs a new
QActionInput
instance withparent
.
- PySide2.Qt3DInput.Qt3DInput.QActionInput.buttons()¶
- Return type:
Holds the buttons that can trigger this Action.
- PySide2.Qt3DInput.Qt3DInput.QActionInput.buttonsChanged(buttons)¶
- Parameters:
buttons –
- PySide2.Qt3DInput.Qt3DInput.QActionInput.setButtons(buttons)¶
- Parameters:
buttons –
Holds the buttons that can trigger this Action.
- PySide2.Qt3DInput.Qt3DInput.QActionInput.setSourceDevice(sourceDevice)¶
- Parameters:
sourceDevice –
PySide2.Qt3DInput.Qt3DInput.QAbstractPhysicalDevice
The current source device of the
QActionInput
.
- PySide2.Qt3DInput.Qt3DInput.QActionInput.sourceDevice()¶
- Return type:
The current source device of the
QActionInput
.
- PySide2.Qt3DInput.Qt3DInput.QActionInput.sourceDeviceChanged(sourceDevice)¶
- Parameters:
sourceDevice –
PySide2.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.