diff options
| author | Stanley Yip <stanley_yip@brown.edu> | 2020-04-10 18:52:56 -0700 |
|---|---|---|
| committer | Stanley Yip <stanley_yip@brown.edu> | 2020-04-10 18:52:56 -0700 |
| commit | af7fb7bf59ae3a2984d2ea8d668757f75d66d63d (patch) | |
| tree | df49d309236351efd9457706bc3964c0879ad6be /src/client/views/Touchable.tsx | |
| parent | 24d8fde04b562d474bb96669903fc42add2f9d84 (diff) | |
more comments
Diffstat (limited to 'src/client/views/Touchable.tsx')
| -rw-r--r-- | src/client/views/Touchable.tsx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/client/views/Touchable.tsx b/src/client/views/Touchable.tsx index 08310786b..10d023d83 100644 --- a/src/client/views/Touchable.tsx +++ b/src/client/views/Touchable.tsx @@ -64,20 +64,15 @@ export abstract class Touchable<T = {}> extends React.Component<T> { case 1: this.handle1PointerDown(te, me); te.persist(); + // -- code for radial menu -- // if (this.holdTimer) { // clearTimeout(this.holdTimer) // this.holdTimer = undefined; // } - // console.log(this.holdTimer); - // console.log(this.holdTimer); break; case 2: this.handle2PointersDown(te, me); - // e.stopPropagation(); break; - // case 5: - // this.handleHandDown(te); - // break; } } } |
