STouchState.d.ts 77 B

12345
  1. export declare enum STouchState {
  2. None = 0,
  3. Move = 1,
  4. Zoom = 2
  5. }