From 4d9c649fe63f461af065da4ce912eb36d6bfa9a5 Mon Sep 17 00:00:00 2001 From: Joshua T Corbin Date: Wed, 15 Nov 2023 15:28:24 -0500 Subject: [PATCH] DEBUG touch log 1-gesture ends --- gldemo.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gldemo.js b/gldemo.js index 8f480be7..630fac88 100644 --- a/gldemo.js +++ b/gldemo.js @@ -2192,6 +2192,8 @@ function makeCellUI({ let handled = false; if (touchCount == 1) { + log(type, gestureType(), touchCountMax); + switch (gestureType()) { case 'tap': if (touchCountMax == 1) {