react-native-gesture-handler
Version:
Experimental implementation of a new declarative API for gesture handling in react-native
9 lines (8 loc) • 335 B
JavaScript
export let PointerType;
(function (PointerType) {
PointerType[PointerType["TOUCH"] = 0] = "TOUCH";
PointerType[PointerType["STYLUS"] = 1] = "STYLUS";
PointerType[PointerType["MOUSE"] = 2] = "MOUSE";
PointerType[PointerType["OTHER"] = 3] = "OTHER";
})(PointerType || (PointerType = {}));
//# sourceMappingURL=PointerType.js.map