Searched refs:rect_for_touch (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp4017 const ImRect rect_for_touch(rect_clipped.Min - g.Style.TouchExtraPadding, rect_clipped.Max + g.Style.TouchExtraPadding); local in function:ImGui::IsMouseHoveringRect
4018 if (!rect_for_touch.Contains(g.IO.MousePos))
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp4017 const ImRect rect_for_touch(rect_clipped.Min - g.Style.TouchExtraPadding, rect_clipped.Max + g.Style.TouchExtraPadding); local in function:ImGui::IsMouseHoveringRect
4018 if (!rect_for_touch.Contains(g.IO.MousePos))

Completed in 35 milliseconds