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

Function bloom_inject_key_up

native/linux/src/lib.rs:1832–1834  ·  view source on GitHub ↗
(key: f64)

Source from the content-addressed store, hash-verified

1830}
1831#[no_mangle]
1832pub extern "C" fn bloom_inject_key_up(key: f64) {
1833 engine().input.set_key_up(key as usize);
1834}
1835#[no_mangle]
1836pub extern "C" fn bloom_inject_gamepad_axis(axis: f64, value: f64) {
1837 engine().input.set_gamepad_axis(axis as usize, value as f32);

Callers

nothing calls this directly

Calls 2

set_key_upMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected