Skip to main content

GameTouchMove

Callable

  • GameTouchMove(event: TouchEvent, forwardToScreens?: boolean): void

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


    Parameters

    • event: TouchEvent
    • forwardToScreens: boolean = true

    Returns void