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

Function bloom_get_touch_count

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

Source from the content-addressed store, hash-verified

1820pub extern "C" fn bloom_get_touch_y(index: f64) -> f64 { engine().input.get_touch_y(index as usize) }
1821#[no_mangle]
1822pub extern "C" fn bloom_get_touch_count() -> f64 { engine().input.get_touch_count() as f64 }
1823#[no_mangle]
1824pub extern "C" fn bloom_get_time() -> f64 { engine().get_time() }
1825

Callers

nothing calls this directly

Calls 2

get_touch_countMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected