Searched refs:IsItemHovered (Results 1 – 7 of 7) sorted by relevance
87 if (tooltip && ImGui::IsItemHovered()) {
2477 bool hovered = ImGui::IsItemHovered(); in drawImGui()
394 if (!ReadOnly && ImGui::IsItemHovered() && ImGui::IsMouseClicked(0))
604 …IMGUI_API bool IsItemHovered(ImGuiHoveredFlags flags = 0); // is …1513 …static inline bool IsItemHoveredRect() { return IsItemHovered(ImGuiHoveredFlags… in IsItemHoveredRect()
2821 bool ImGui::IsItemHovered(ImGuiHoveredFlags flags) in IsItemHovered() function in ImGui4254 return IsMouseClicked(mouse_button) && IsItemHovered(ImGuiHoveredFlags_None); in IsItemClicked()6801 if (IsMouseReleased(mouse_button) && IsItemHovered(ImGuiHoveredFlags_AllowWhenBlockedByPopup)) in OpenPopupOnItemClick()6986 if (IsMouseReleased(mouse_button) && IsItemHovered(ImGuiHoveredFlags_AllowWhenBlockedByPopup)) in BeginPopupContextItem()9313 if (window && IsItemHovered()) in ShowMetricsWindow()9330 if (show_draw_cmd_clip_rects && ImGui::IsItemHovered()) in ShowMetricsWindow()9359 if (ImGui::IsItemHovered()) in ShowMetricsWindow()
423 if (IsItemHovered(ImGuiHoveredFlags_AllowWhenBlockedByActiveItem)) in ButtonBehavior()6499 const bool hovered_unblocked = IsItemHovered(ImGuiHoveredFlags_AllowWhenBlockedByPopup); in TabItemEx()
1366 if (ImGui::IsItemHovered()) { in ImGui_DragPrimary()