rojo-rbx / rojo

Rojo enables Roblox developers to use professional-grade software engineering tools
https://rojo.space
Mozilla Public License 2.0
908 stars 172 forks source link

Use GuiState instead of manual calculation for tooltips #884

Closed boatbomber closed 4 months ago

boatbomber commented 4 months ago

This ends up being more reliable and less wasteful. GuiState seems to update more reliably than MouseEnter/Leave. The alternative way to make this more reliable would be to run our manual mouse bounds check every frame, which I'd like to avoid.