Function imgui_sys::ImGuiStorage_GetBool [] [src]

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