ImGui_ButtonBehavior

Function ImGui_ButtonBehavior 

Source
pub unsafe extern "C" fn ImGui_ButtonBehavior(
    bb: *const ImRect,
    id: ImGuiID,
    out_hovered: *mut bool,
    out_held: *mut bool,
    flags: ImGuiButtonFlags,
) -> bool