Searched refs:out_hovered (Results 1 – 2 of 2) sorted by relevance
388 bool ImGui::ButtonBehavior(const ImRect& bb, ImGuiID id, bool* out_hovered, bool* out_held, ImGuiBu… in ButtonBehavior() argument395 if (out_hovered) *out_hovered = false; in ButtonBehavior()538 if (out_hovered) *out_hovered = hovered; in ButtonBehavior()
1471 …IMGUI_API bool ButtonBehavior(const ImRect& bb, ImGuiID id, bool* out_hovered, bool* out_…