Searched refs:TouchExtraPadding (Results 1 – 2 of 2) sorted by relevance
1096 …TouchExtraPadding = ImVec2(0,0); // Expand reactive bounding box for touch-based system… in ImGuiStyle()1131 TouchExtraPadding = ImFloor(TouchExtraPadding * scale_factor); in ScaleAllSizes()3973 ImVec2 padding_regular = g.Style.TouchExtraPadding; in FindHoveredWindow()3974 …size_from_edges = g.IO.ConfigWindowsResizeFromEdges ? ImMax(g.Style.TouchExtraPadding, ImVec2(WIND… in FindHoveredWindow()4017 …ct rect_for_touch(rect_clipped.Min - g.Style.TouchExtraPadding, rect_clipped.Max + g.Style.TouchEx… in IsMouseHoveringRect()
1251 …ImVec2 TouchExtraPadding; // Expand reactive bounding box for touch-based system whe… member