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 | |
An event point | |
Abstract handler for multi-point Pointer Events | |
Handler for pinch gestures | |
Handler for reacting to a single touchpoint | |
Abstract handler for pointer events with device-specific constraints | |
Abstract handler for pointer events | |
Abstract handler for single-point Pointer Events | |
Handler for taps and clicks |
© 2018 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.