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

Function bloom_get_touch_x

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

Source from the content-addressed store, hash-verified

1605
1606#[no_mangle]
1607pub extern "C" fn bloom_get_touch_x(index: f64) -> f64 { engine().input.get_touch_x(index as usize) }
1608#[no_mangle]
1609pub extern "C" fn bloom_get_touch_y(index: f64) -> f64 { engine().input.get_touch_y(index as usize) }
1610#[no_mangle]

Callers

nothing calls this directly

Calls 2

get_touch_xMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected