Skip to content

Commit

Permalink
DEBUG touch log 1-gesture ends
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorbin committed Nov 16, 2023
1 parent 25ecc42 commit 4d9c649
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gldemo.js
Original file line number Diff line number Diff line change
Expand Up @@ -2192,6 +2192,8 @@ function makeCellUI({
let handled = false;

if (touchCount == 1) {
log(type, gestureType(), touchCountMax);

switch (gestureType()) {
case 'tap':
if (touchCountMax == 1) {
Expand Down

0 comments on commit 4d9c649

Please sign in to comment.