aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/pointer/resources/missile.png
Commit message (Collapse)AuthorAgeFilesLines
* TapHandler: add gesturePolicyShawn Rutledge2017-02-091-0/+0
Until now it behaved as if this was set to DragThreshold: give up on the tap as soon as you are clearly dragging rather than tapping. But that's not what is normally wanted when building a Button control, for example. So provide 3 options: give up past the drag threshold, when the pointer goes outside the bounds, or when it's released outside the bounds. The longPressThreshold also constrains all three cases: holding (or dragging) for too long will not result in an immediate cancellation, but it also will not be a tap gesture. Change-Id: I95aec978e783892b55371391a27642751d91d9ff Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>