Searched refs:out_held (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() argument396 if (out_held) *out_held = false; in ButtonBehavior()539 if (out_held) *out_held = held; in ButtonBehavior()
1471 … ButtonBehavior(const ImRect& bb, ImGuiID id, bool* out_hovered, bool* out_held, ImGuiButtonFlags…