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

Function bloom_inject_gamepad_button_down

native/android/src/lib.rs:1392–1394  ·  view source on GitHub ↗
(button: f64)

Source from the content-addressed store, hash-verified

1390}
1391#[no_mangle]
1392pub extern "C" fn bloom_inject_gamepad_button_down(button: f64) {
1393 engine().input.set_gamepad_button_down(button as usize);
1394}
1395#[no_mangle]
1396pub extern "C" fn bloom_inject_gamepad_button_up(button: f64) {
1397 engine().input.set_gamepad_button_up(button as usize);

Callers

nothing calls this directly

Calls 2

engineFunction · 0.70

Tested by

no test coverage detected