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

Function bloom_inject_gamepad_button_down

native/windows/src/lib.rs:1629–1631  ·  view source on GitHub ↗
(button: f64)

Source from the content-addressed store, hash-verified

1627}
1628#[no_mangle]
1629pub extern "C" fn bloom_inject_gamepad_button_down(button: f64) {
1630 engine().input.set_gamepad_button_down(button as usize);
1631}
1632#[no_mangle]
1633pub extern "C" fn bloom_inject_gamepad_button_up(button: f64) {
1634 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