(index: number)
| 610 | } |
| 611 | |
| 612 | export 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 |
nothing calls this directly
no test coverage detected