Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bloom-Engine/engine
/ bloom_get_touch_count
Function
bloom_get_touch_count
native/ios/src/lib.rs:1908–1910 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1906
1907
#[no_mangle]
1908
pub extern
"C"
fn bloom_get_touch_count() -> f64 {
1909
engine().input.get_touch_count() as f64
1910
}
1911
1912
// ============================================================
1913
// Utility
Callers
2
getTouchCount
Function · 0.50
getTouchPointCount
Function · 0.50
Calls
2
get_touch_count
Method · 0.80
engine
Function · 0.70
Tested by
no test coverage detected