Home
last modified time | relevance | path

Searched refs:out_hovered (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp388 bool ImGui::ButtonBehavior(const ImRect& bb, ImGuiID id, bool* out_hovered, bool* out_held, ImGuiBu… in ButtonBehavior() argument
395 if (out_hovered) *out_hovered = false; in ButtonBehavior()
538 if (out_hovered) *out_hovered = hovered; in ButtonBehavior()
Dimgui_internal.h1471 …IMGUI_API bool ButtonBehavior(const ImRect& bb, ImGuiID id, bool* out_hovered, bool* out_…