InputHandler3D QML Type
Basic wheel mouse based input handler. More...
Import Statement: | import QtGraphs |
Instantiates: | Q3DInputHandler |
Inherited By: | |
Status: | Technical Preview |
- List of all members, including inherited members
- InputHandler3D is part of Qt Graphs QML Types for 3D.
Properties
- rotationEnabled : bool
- selectionEnabled : bool
- zoomAtTargetEnabled : bool
- zoomEnabled : bool
Detailed Description
InputHandler3D is the basic input handler for wheel mouse type of input devices.
See Q3DInputHandler documentation for more details.
Property Documentation
rotationEnabled : bool |
Defines whether this input handler allows graph rotation. Defaults to true
.
selectionEnabled : bool |
Defines whether this input handler allows selection from the graph. Defaults to true
.
zoomAtTargetEnabled : bool |
Defines whether zooming changes the camera target to the position of the input at the time of the zoom. Defaults to true
.
zoomEnabled : bool |
Defines whether this input handler allows graph zooming. Defaults to true
.