Function imgui_sys::ImGuiStorage_GetBool[][src]

pub unsafe extern "C" fn ImGuiStorage_GetBool(
    storage: *mut ImGuiStorage,
    key: ImGuiID,
    default_val: bool
) -> bool