hello! i'm using on_mouse_entered and exited events attached to Area2D to handle the display of a tooltip, but when i quickly exit a node and enter a new one, it happens that the mouse_entered is not fired. here is a video reproduction:
i tried to play with the visibility layers/mask (i don't really understand these), i tried to put a higher priority on the Area2D than the rest of my elements, and i'm pretty sure nothing can interfer here... i don't understand what's going on!