// FIXME: _ChildWindow + _Popup windows may want resize grips.
intborder_hovered=-1,border_held=-1;
ImU32resize_grip_col[4]={};
constintresize_grip_count=(window->Flags&ImGuiWindowFlags_ChildWindow)?0:g.IO.ConfigWindowsResizeFromEdges?2:1;// Allow resize from lower-left if we have the mouse cursor feedback for it.
constintresize_grip_count=((flags&ImGuiWindowFlags_ChildWindow)&&!(flags&ImGuiWindowFlags_Popup))?0:g.IO.ConfigWindowsResizeFromEdges?2:1;// Allow resize from lower-left if we have the mouse cursor feedback for it.