The parameter given with the gestureStarted signal. 更多...
import 语句: | import QtQuick |
The GestureEvent object has the current touch points, which you may choose to interpret as a gesture, and an invokable method to grab the involved points exclusively.
[read-only] dragThreshold : real |
This property holds the system setting for the distance a finger must move before it is interpreted as a drag. It comes from QStyleHints::startDragDistance ().
[read-only] touchPoints : list < TouchPoint > |
This property holds the set of current touch points.
grab () |
Acquires an exclusive grab of the mouse and all the touchPoints , and calls setKeepTouchGrab () 和 setKeepMouseGrab () so that any parent Item that 过滤 its children's events will not be allowed to take over the grabs.