Searched refs:SetItemAllowOverlap (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h619 IMGUI_API void SetItemAllowOverlap(); // allow last item to be overlapped by a subsequent item. sometimes useful with invisible buttons, selectables, etc. to catch unused area.
H A Dimgui_widgets.cpp1224 SetItemAllowOverlap();
4861 SetItemAllowOverlap();
6461 SetItemAllowOverlap();
6601 // We are relying on a subtle and confusing distinction between 'hovered' and 'g.HoveredId' which happens because we are using ImGuiButtonFlags_AllowOverlapMode + SetItemAllowOverlap()
H A Dimgui.cpp4288 void ImGui::SetItemAllowOverlap() function in class:ImGui
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h619 IMGUI_API void SetItemAllowOverlap(); // allow last item to be overlapped by a subsequent item. sometimes useful with invisible buttons, selectables, etc. to catch unused area.
H A Dimgui_widgets.cpp1224 SetItemAllowOverlap();
4861 SetItemAllowOverlap();
6461 SetItemAllowOverlap();
6601 // We are relying on a subtle and confusing distinction between 'hovered' and 'g.HoveredId' which happens because we are using ImGuiButtonFlags_AllowOverlapMode + SetItemAllowOverlap()
H A Dimgui.cpp4288 void ImGui::SetItemAllowOverlap() function in class:ImGui

Completed in 79 milliseconds