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

Function getTouchPosition

src/core/index.ts:612–614  ·  view source on GitHub ↗
(index: number)

Source from the content-addressed store, hash-verified

610}
611
612export function getTouchPosition(index: number): { x: number; y: number } {
613 return { x: bloom_get_touch_x(index), y: bloom_get_touch_y(index) };
614}
615
616// Camera 2D
617

Callers

nothing calls this directly

Calls 2

bloom_get_touch_xFunction · 0.50
bloom_get_touch_yFunction · 0.50

Tested by

no test coverage detected