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

Function bloom_get_touch_count

native/web/src/lib.rs:392–394  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

390
391#[wasm_bindgen]
392pub fn bloom_get_touch_count() -> f64 {
393 engine().input.get_touch_count() as f64
394}
395
396// ============================================================
397// Input injection (called from JS event listeners)

Callers

nothing calls this directly

Calls 2

get_touch_countMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected