MCPcopy Create free account
hub / github.com/ionic-team/ionic-framework / stopMouse

Function stopMouse

core/src/utils/gesture/pointer-events.ts:93–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91 };
92
93 const stopMouse = () => {
94 if (rmMouseMove) {
95 rmMouseMove();
96 }
97 if (rmMouseUp) {
98 rmMouseUp();
99 }
100 rmMouseMove = rmMouseUp = undefined;
101 };
102
103 const stop = () => {
104 stopTouch();

Callers 2

handleMouseUpFunction · 0.85
stopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected