mhgu-forge 1.4.0

Rust API for writing forge plugins for MHGU
Documentation
1
2
3
4
5
6
7
pub struct Graphics;

impl Graphics {
    pub fn is_menu_visible() -> bool {
        unsafe { sys::graphics::forge_graphics_isMenuVisible() }
    }
}