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 18, 2023
1 parent 8eaafcd commit 6a9af7a
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 6a9af7a

Please sign in to comment.