Function oxygengine_prototype::gui::gui

source ·
pub fn gui<T, F>(
    screen_pointer: impl Into<Vec2>,
    camera: &Camera,
    renderables: &mut Renderables,
    context: &mut T,
    f: F
) -> boolwhere
    F: FnMut(Gui<'_, T>),