Qt Quick Pointer Handlers QML Types
The Qt Quick Pointer Handlers module provides QML types for handling events from pointing devices in a UI. These QML types work in conjunction with Qt Quick.
The QML types can be imported into your application using the following import statement in your .qml file.
import Qt.labs.handlers 1.0
Handler for dragging | |
Abstract handler for multi-point Pointer Events | |
Handler for pinch gestures | |
Abstract handler for pointer events with device-specific constraints | |
Abstract handler for pointer events | |
Handler for reacting to a single touchpoint | |
An event point | |
Abstract handler for single-point Pointer Events | |
Handler for taps and clicks |