Qt3DInput.QActionInput

QActionInput stores Device and Buttons used to trigger an input event. More

Inheritance diagram of PySide2.Qt3DInput.Qt3DInput.QActionInput

Synopsis

Functions

Slots

Signals

Detailed Description

class PySide2.Qt3DInput.Qt3DInput.QActionInput([parent=None])
param parent

QNode

Constructs a new QActionInput instance with parent .

PySide2.Qt3DInput.Qt3DInput.QActionInput.buttons()
Return type

See also

setButtons()

PySide2.Qt3DInput.Qt3DInput.QActionInput.buttonsChanged(buttons)
Parameters

buttons

PySide2.Qt3DInput.Qt3DInput.QActionInput.setButtons(buttons)
Parameters

buttons

Set the buttons to trigger the QActionInput instance to buttons .

See also

buttons()

PySide2.Qt3DInput.Qt3DInput.QActionInput.setSourceDevice(sourceDevice)
Parameters

sourceDeviceQAbstractPhysicalDevice

See also

sourceDevice()

PySide2.Qt3DInput.Qt3DInput.QActionInput.sourceDevice()
Return type

QAbstractPhysicalDevice

See also

setSourceDevice()

PySide2.Qt3DInput.Qt3DInput.QActionInput.sourceDeviceChanged(sourceDevice)
Parameters

sourceDeviceQAbstractPhysicalDevice