MCPcopy
hub / github.com/bberak/react-native-game-engine / end

Function end

src/DefaultTouchProcessor.js:103–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101 }
102 },
103 end() {
104 subscriptions.forEach(x => x.unsubscribe());
105 touchStart.unsubscribe();
106 touchMove.unsubscribe();
107 touchEnd.unsubscribe();
108 touchPress.unsubscribe();
109 longTouch.unsubscribe();
110 }
111 };
112 };
113};

Callers

nothing calls this directly

Calls 1

unsubscribeMethod · 0.80

Tested by

no test coverage detected