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

Function bloom_inject_gamepad_button_down

native/web/src/lib.rs:416–418  ·  view source on GitHub ↗
(button: f64)

Source from the content-addressed store, hash-verified

414
415#[wasm_bindgen]
416pub fn bloom_inject_gamepad_button_down(button: f64) {
417 engine().input.set_gamepad_button_down(button as usize);
418}
419
420#[wasm_bindgen]
421pub fn bloom_inject_gamepad_button_up(button: f64) {

Callers

nothing calls this directly

Calls 2

engineFunction · 0.70

Tested by

no test coverage detected