Skip to content

WIP: Add small gestures utility library

Devin Lin requested to merge work/gestures into master

I origianlly intended to import the lomiri gestures components, but large components only supported touch (not mouse input), and so I decided to make smaller library.

I am currently struggling to figure out filtering press/release/drag events for children, and keeping it in the parent SwipeArea, I likely need to copy the same approach for qquickflickable

Merge request reports