Details
-
Task
-
Resolution: Done
-
P1: Critical
-
None
-
None
Description
Provide access to raw touch events in a predefined area (i.e. the Element is Item-based). This would be used to implement custom interaction ranging from finger-painting to custom gestures.
// Just a starting point - to be defined! TouchArea { property bool pressed property list points // suggestion, could be useful for interacting from parents / siblings to the touch area onTouch: { // provides a list of touch points with QTouchEvent data } }