ImGuiStorage_GetBool

Function ImGuiStorage_GetBool 

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