QInputSettings

PyQt5.Qt3DInput.QInputSettings

Inherits from QComponent.

Description

QInputSettings class holds the pointer to an input event source object.

The QInputSettings component must be set as a component of the scene root entity. It stores a pointer to the object that acts as the source of input events to be handled by various input classes. For example, a QWindow instance can be an event source.

See also

QMouseDevice, QKeyboardDevice.

Methods

__init__(parent: QNode = None)

TODO


eventSource() → QObject

See also

setEventSource().


setEventSource(QObject)

See also

eventSource().

Signals

eventSourceChanged(QObject)

TODO