Searched refs:TOOLTIP_MARGIN (Results 1 – 1 of 1) sorted by relevance
254 constexpr float TOOLTIP_MARGIN = 10.0f; variable4937 auto offsetX = offset.GetX() - root.GetX() + mouseHoveredX_ + TOOLTIP_MARGIN; in CalculateTooltipOffset()4938 auto offsetY = offset.GetY() - root.GetY() + mouseHoveredY_ + TOOLTIP_MARGIN; in CalculateTooltipOffset()