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

Function bloom_get_touch_x

native/macos/src/lib.rs:790–792  ·  view source on GitHub ↗
(index: f64)

Source from the content-addressed store, hash-verified

788
789#[no_mangle]
790pub extern "C" fn bloom_get_touch_x(index: f64) -> f64 {
791 engine().input.get_touch_x(index as usize)
792}
793
794#[no_mangle]
795pub extern "C" fn bloom_get_touch_y(index: f64) -> f64 {

Callers

nothing calls this directly

Calls 2

get_touch_xMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected