1 2 3 4 5 6 7
pub struct Graphics; impl Graphics { pub fn is_menu_visible() -> bool { unsafe { sys::graphics::forge_graphics_isMenuVisible() } } }