initial refactor of Interactions.qml to add better support for touch screen gestures #114

Merged
zach merged 10 commits from feat/improved-gestures into main 2026-06-01 19:18:54 +02:00
Showing only changes of commit 1e1c90a0c5 - Show all commits
+1 -3
View File
@@ -99,10 +99,8 @@ Item {
root.singleGestureTriggered = false;
}
onCentroidChanged: {
if (root.singleGestureTriggered) {
console.log(root.singleGestureTriggered);
if (root.singleGestureTriggered)
return;
}
const x = centroid.position.x;
const y = centroid.position.y;