export const EVENT_TYPE = Object.freeze({ MOUSE_DOWN: 'mouseDown', MOUSE_UP: 'mouseUp', TOUCH_START: 'touchStart', TOUCH_END: 'touchEnd', }); export const EVENT_REGION = Object.freeze({ LEFT: 'left', RIGHT: 'right', });