Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
const
claimedTouches =
new
Set<number>();
52
53
export
function
resetTouchClaims(): void {
54
claimedTouches.clear();
55
}
56
57
// ============================================================
58
// Virtual Joystick
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected