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

Function bloom_get_touch_x

native/ios/src/lib.rs:1898–1900  ·  view source on GitHub ↗
(index: f64)

Source from the content-addressed store, hash-verified

1896
1897#[no_mangle]
1898pub extern "C" fn bloom_get_touch_x(index: f64) -> f64 {
1899 engine().input.get_touch_x(index as usize)
1900}
1901
1902#[no_mangle]
1903pub extern "C" fn bloom_get_touch_y(index: f64) -> f64 {

Callers 2

getTouchPositionFunction · 0.50
getTouchXFunction · 0.50

Calls 2

get_touch_xMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected