UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines (6 loc) 134 B
export enum TouchEvents { Start = "touchstart", End = "touchend", Move = "touchmove", Cancel = "touchcancel", }