FunctionsGameMouseLeaveGameMouseLeave CallableGameMouseLeave(event: MouseEvent): voidWhen the mouse is away from the control, we stop keeping the coordinates, we also check for false positives with "relatedTarget"Parametersevent: MouseEventReturns void
When the mouse is away from the control, we stop keeping the coordinates, we also check for false positives with "relatedTarget"