touch_navigatable.js 262 B

12345678910
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.TOUCH = void 0;
  4. exports.TOUCH = {
  5. START: 'touchstart',
  6. MOVE: 'touchmove',
  7. END: 'touchend',
  8. CANCEL: 'touchcancel'
  9. };
  10. //# sourceMappingURL=touch_navigatable.js.map