Skip to main content

GamePointerMove

Callable

  • GamePointerMove(event: PointerEvent, forwardToScreens?: boolean): void

  • If the user moves the mouse mouse, we keep the mouse position for other scripts and fire the mousemove event for other screens


    Parameters

    • event: PointerEvent
    • forwardToScreens: boolean = true

    Returns void