MCPcopy Index your code
hub / github.com/Bloom-Engine/engine / engine

Function engine

native/linux/src/lib.rs:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10static mut GAMEPAD_FD: RawFd = -1;
11
12fn engine() -> &'static mut EngineState {
13 unsafe { ENGINE.get_mut().expect("Engine not initialized") }
14}
15
16/// Map X11 keysym to Bloom key code.
17fn map_keycode(keysym: u32) -> usize {

Callers 15

poll_eventsFunction · 0.70
poll_linux_gamepadFunction · 0.70
bloom_begin_drawingFunction · 0.70
bloom_end_drawingFunction · 0.70
bloom_clear_backgroundFunction · 0.70
bloom_set_target_fpsFunction · 0.70
bloom_set_direct_2d_modeFunction · 0.70
bloom_get_delta_timeFunction · 0.70
bloom_get_fpsFunction · 0.70
bloom_get_screen_widthFunction · 0.70
bloom_get_screen_heightFunction · 0.70

Calls 1

get_mutMethod · 0.80

Tested by

no test coverage detected