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

Function bloom_inject_gamepad_button_up

native/linux/src/lib.rs:1844–1846  ·  view source on GitHub ↗
(button: f64)

Source from the content-addressed store, hash-verified

1842}
1843#[no_mangle]
1844pub extern "C" fn bloom_inject_gamepad_button_up(button: f64) {
1845 engine().input.set_gamepad_button_up(button as usize);
1846}
1847#[no_mangle]
1848pub extern "C" fn bloom_get_platform() -> f64 { 4.0 }
1849

Callers

nothing calls this directly

Calls 2

set_gamepad_button_upMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected