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

Function bloom_get_time

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

Source from the content-addressed store, hash-verified

1374pub extern "C" fn bloom_get_touch_count() -> f64 { engine().input.get_touch_count() as f64 }
1375#[no_mangle]
1376pub extern "C" fn bloom_get_time() -> f64 { engine().get_time() }
1377
1378// Input injection + platform detection
1379#[no_mangle]

Callers

nothing calls this directly

Calls 2

get_timeMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected