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

Function stopTouch

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

Source from the content-addressed store, hash-verified

78 };
79
80 const stopTouch = () => {
81 if (rmTouchMove) {
82 rmTouchMove();
83 }
84 if (rmTouchEnd) {
85 rmTouchEnd();
86 }
87 if (rmTouchCancel) {
88 rmTouchCancel();
89 }
90 rmTouchMove = rmTouchEnd = rmTouchCancel = undefined;
91 };
92
93 const stopMouse = () => {
94 if (rmMouseMove) {

Callers 2

handleTouchEndFunction · 0.85
stopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected