UNPKG

96 BTypeScriptView Raw
1export declare enum PointerType {
2 TOUCH = 0,
3 STYLUS = 1,
4 MOUSE = 2,
5 OTHER = 3
6}