Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
componentWillUnmount
Method · 0.95
Hand
Class · 0.95
mouseStart
Method · 0.95
componentWillUnmount
Function · 0.80
Slider.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected