MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / resetTouchClaims

Function resetTouchClaims

src/mobile/index.ts:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51const claimedTouches = new Set<number>();
52
53export function resetTouchClaims(): void {
54 claimedTouches.clear();
55}
56
57// ============================================================
58// Virtual Joystick

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected