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().


setButtons(Iterable[int])

Set the buttons to trigger the QActionInput instance to buttons.

See also

buttons().


setSourceDevice(QAbstractPhysicalDevice)

See also

sourceDevice().


sourceDevice() → QAbstractPhysicalDevice

See also

setSourceDevice().

Signals

buttonsChanged(Iterable[int])

TODO


sourceDeviceChanged(QAbstractPhysicalDevice)

TODO