Searched refs:ItemHoverable (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 415 bool hovered = ItemHoverable(bb, id); 1883 const bool hovered = ItemHoverable(frame_bb, id); 2327 const bool hovered = ItemHoverable(frame_bb, id); 2478 const bool hovered = ItemHoverable(frame_bb, id); 3183 const bool hovered = ItemHoverable(frame_bb, id); 5271 const bool hovered = ItemHoverable(frame_bb, id); 5637 const bool hovered = enabled && ItemHoverable(window->DC.LastItemRect, id);
|
| H A D | imgui_internal.h | 1377 IMGUI_API bool ItemHoverable(const ImRect& bb, ImGuiID id);
|
| H A D | imgui.cpp | 2818 // This is roughly matching the behavior of internal-facing ItemHoverable() 2861 // Internal facing ItemHoverable() used when submitting widgets. Differs slightly from IsItemHovered(). 2862 bool ImGui::ItemHoverable(const ImRect& bb, ImGuiID id) function in class:ImGui
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 415 bool hovered = ItemHoverable(bb, id); 1883 const bool hovered = ItemHoverable(frame_bb, id); 2327 const bool hovered = ItemHoverable(frame_bb, id); 2478 const bool hovered = ItemHoverable(frame_bb, id); 3183 const bool hovered = ItemHoverable(frame_bb, id); 5271 const bool hovered = ItemHoverable(frame_bb, id); 5637 const bool hovered = enabled && ItemHoverable(window->DC.LastItemRect, id);
|
| H A D | imgui_internal.h | 1377 IMGUI_API bool ItemHoverable(const ImRect& bb, ImGuiID id);
|
| H A D | imgui.cpp | 2818 // This is roughly matching the behavior of internal-facing ItemHoverable() 2861 // Internal facing ItemHoverable() used when submitting widgets. Differs slightly from IsItemHovered(). 2862 bool ImGui::ItemHoverable(const ImRect& bb, ImGuiID id) function in class:ImGui
|
Completed in 186 milliseconds