UNPKG

upp-touch

Version:
13 lines (12 loc) 448 B
export const X_IS_START = 'x-start'; export const X_IS_END = 'x-end'; export const Y_IS_START = 'y-start'; export const Y_IS_END = 'y-end'; export const X_HAS_START = 'XStart'; export const X_HAS_END = 'XEnd'; export const Y_HAS_START = 'YStart'; export const Y_HAS_END = 'YEnd'; export const LEFT_MOVING = 'leftMoving'; export const RIGHT_MOVING = 'rightMoving'; export const TOP_MOVING = 'topMoving'; export const BOTTOM_MOVING = 'bottomMoving';