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

Method getMouseEventMap

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

Source from the content-addressed store, hash-verified

41 }
42
43 getMouseEventMap () {
44 return {
45 mousemove: this.handleMouseMove,
46 mouseup: this.handleMouseUp
47 };
48 }
49
50 getTouchEventMap () {
51 return {

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected