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

Function getTouchCount

src/core/index.ts:688–690  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

686}
687
688export function getTouchCount(): number {
689 return bloom_get_touch_count();
690}
691
692export function getTouchPointCount(): number {
693 return bloom_get_touch_count();

Callers 2

updateVirtualJoystickFunction · 0.90
updateVirtualButtonFunction · 0.90

Calls 1

bloom_get_touch_countFunction · 0.50

Tested by

no test coverage detected