SinglePointHandler QML Type
Abstract handler for single-point Pointer Events. More...
Properties
- point : handlerPoint
Detailed Description
\qmlabstract
\preliminary
\inherits
PointerDeviceHandler \inqmlmodule
QtQuick
An intermediate class (not registered as a QML type) for the most common handlers: those which expect only a single point. wantsPointerEvent() will choose the first point which is inside the target item, and return true as long as the event contains that point. Override handleEventPoint() to implement a single-point handler.
Property Documentation
[read-only] point : handlerPoint |
\readonly
The eventPoint currently being handled. When no point is currently being handled, this object is reset to default values (all coordinates are 0).