🔶Tooltip Positioning

Tooltips are positioned based on the canvas type and display mode:

  • 🖱️ Follow the mouse or controller cursor

  • 📍 Stick to a fixed screen/world position

  • ✋ Wait for cursor to stop moving (stationary mode)

Tooltips will automatically:

  • Clamp to the screen edge

  • Flip alignment if they would overflow

  • Respect padding, offset, and alignment settings

You can adjust these in the TooltipManager component or on individual tooltip objects.

Last updated