InputSettings QML Type

QML frontend for the Qt3DInput::QInputSettings C++ class. More...

Import Statement: import Qt3D.Input 2.0
Since: Qt 5.7
Instantiates: QInputSettings
Inherits:

Component3D

Properties

Signals

Detailed Description

Stores settings the specified eventSource

Property Documentation

eventSource : QObject

The current event source of the InputSettings object


Signal Documentation

void ventSourceChanged(QObject *)

This signal is emitted when the even source associated with the input setting is changed.

The corresponding handler is onEventSourceChanged