Home
last modified time | relevance | path

Searched refs:IsItemHovered (Results 1 – 7 of 7) sorted by relevance

/external/skia/tools/viewer/
DImGuiLayer.h87 if (tooltip && ImGui::IsItemHovered()) {
DViewer.cpp2477 bool hovered = ImGui::IsItemHovered(); in drawImGui()
/external/mesa3d/src/imgui/
Dimgui_memory_editor.h394 if (!ReadOnly && ImGui::IsItemHovered() && ImGui::IsMouseClicked(0))
Dimgui.h604 …IMGUI_API bool IsItemHovered(ImGuiHoveredFlags flags = 0); // is …
1513 …static inline bool IsItemHoveredRect() { return IsItemHovered(ImGuiHoveredFlags… in IsItemHoveredRect()
Dimgui.cpp2821 bool ImGui::IsItemHovered(ImGuiHoveredFlags flags) in IsItemHovered() function in ImGui
4254 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()
Dimgui_widgets.cpp423 if (IsItemHovered(ImGuiHoveredFlags_AllowWhenBlockedByActiveItem)) in ButtonBehavior()
6499 const bool hovered_unblocked = IsItemHovered(ImGuiHoveredFlags_AllowWhenBlockedByPopup); in TabItemEx()
/external/skqp/tools/viewer/
DViewer.cpp1366 if (ImGui::IsItemHovered()) { in ImGui_DragPrimary()