Qt3DInput.QInputSettings¶
QInputSettings
class holds the pointer to an input event source object. More…

Synopsis¶
Functions¶
def
eventSource
()
Slots¶
def
setEventSource
(eventSource)
Signals¶
def
eventSourceChanged
(arg__1)
Detailed Description¶
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, aQWindow
instance can be an event source.See also
QMouseDevice
QKeyboardDevice
-
class
PySide2.Qt3DInput.Qt3DInput.
QInputSettings
([parent=None])¶ - Parameters
parent –
QNode
-
PySide2.Qt3DInput.Qt3DInput.QInputSettings.
eventSource
()¶ - Return type
QObject
See also
setEventSource()
-
PySide2.Qt3DInput.Qt3DInput.QInputSettings.
eventSourceChanged
(arg__1)¶ - Parameters
arg__1 –
QObject
-
PySide2.Qt3DInput.Qt3DInput.QInputSettings.
setEventSource
(eventSource)¶ - Parameters
eventSource –
QObject
See also
eventSource()