| 14 | } |
| 15 | |
| 16 | export interface Event { |
| 17 | readonly clientX: number |
| 18 | readonly clientY: number |
| 19 | readonly altKey: boolean |
| 20 | readonly shiftKey: boolean |
| 21 | readonly ctrlKey: boolean |
| 22 | } |
| 23 | |
| 24 | export interface ProcessOptions { |
| 25 | multiTouch?: boolean |
nothing calls this directly
no outgoing calls
no test coverage detected