MCPcopy Index your code
hub / github.com/react-toolbox/react-toolbox / getTouchEventMap

Method getTouchEventMap

components/time_picker/ClockHand.js:50–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 }
49
50 getTouchEventMap () {
51 return {
52 touchmove: this.handleTouchMove,
53 touchend: this.handleTouchEnd
54 };
55 }
56
57 handleMouseMove = (event) => {
58 this.move(events.getMousePosition(event));

Callers 5

componentWillUnmountMethod · 0.95
HandClass · 0.95
touchStartMethod · 0.95
componentWillUnmountFunction · 0.80
Slider.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected