Searched refs:out_held (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp388 bool ImGui::ButtonBehavior(const ImRect& bb, ImGuiID id, bool* out_hovered, bool* out_held, ImGuiButtonFlags flags) argument
396 if (out_held) *out_held = false;
539 if (out_held) *out_held = held;
H A Dimgui_internal.h1471 IMGUI_API bool ButtonBehavior(const ImRect& bb, ImGuiID id, bool* out_hovered, bool* out_held, ImGuiButtonFlags flags = 0);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp388 bool ImGui::ButtonBehavior(const ImRect& bb, ImGuiID id, bool* out_hovered, bool* out_held, ImGuiButtonFlags flags) argument
396 if (out_held) *out_held = false;
539 if (out_held) *out_held = held;
H A Dimgui_internal.h1471 IMGUI_API bool ButtonBehavior(const ImRect& bb, ImGuiID id, bool* out_hovered, bool* out_held, ImGuiButtonFlags flags = 0);

Completed in 35 milliseconds