QActionInput露
- PyQt5.Qt3DInput.QActionInput
Inherits from QAbstractActionInput.
Description露
QActionInput stores Device and Buttons used to trigger an input event.
Methods露
- __init__(parent: QNode = None)
Constructs a new QActionInput instance with parent.
- buttons() → List[int]
See also
- setButtons(Iterable[int])
Set the buttons to trigger the QActionInput instance to buttons.
See also
- setSourceDevice(QAbstractPhysicalDevice)
See also
- sourceDevice() → QAbstractPhysicalDevice
See also