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

Function bloom_inject_gamepad_button_down

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

Source from the content-addressed store, hash-verified

1838}
1839#[no_mangle]
1840pub extern "C" fn bloom_inject_gamepad_button_down(button: f64) {
1841 engine().input.set_gamepad_button_down(button as usize);
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);

Callers

nothing calls this directly

Calls 2

engineFunction · 0.70

Tested by

no test coverage detected