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

Function bloom_get_touch_x

native/linux/src/lib.rs:1818–1818  ·  view source on GitHub ↗
(index: f64)

Source from the content-addressed store, hash-verified

1816
1817#[no_mangle]
1818pub extern "C" fn bloom_get_touch_x(index: f64) -> f64 { engine().input.get_touch_x(index as usize) }
1819#[no_mangle]
1820pub extern "C" fn bloom_get_touch_y(index: f64) -> f64 { engine().input.get_touch_y(index as usize) }
1821#[no_mangle]

Callers

nothing calls this directly

Calls 2

get_touch_xMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected