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: |
Properties
- eventSource : QObject
Signals
- void ventSourceChanged(QObject *)
Detailed Description
Stores settings the specified eventSource
Property Documentation
eventSource : QObject |
The current event source of the InputSettings object
Signal Documentation
This signal is emitted when the even source associated with the input setting is changed.
The corresponding handler is onEventSourceChanged