const Event = { // buttons BUTTON_UP: 'button_up', BUTTON_DOWN: 'button_down', BUTTON_CLICK: 'button_click', // pointer OUTSIDE: 'pointerupoutside', DOWN: 'pointerdown', MOVE: 'pointermove', UP: 'pointerup', FRAME_EVENT: 'frame_event' }; export default Event;