Skip to main content

GameMouseLeave

Callable

  • GameMouseLeave(event: MouseEvent): void

  • When the mouse is away from the control, we stop keeping the coordinates, we also check for false positives with "relatedTarget"


    Parameters

    • event: MouseEvent

    Returns void