Skip to main content

CommonMouseMove

Callable

  • CommonMouseMove(event: MouseEvent | TouchEvent): void

  • Called if the user moves the mouse cursor or the touch on the touchscreen over the canvas


    Parameters

    • event: MouseEvent | TouchEvent

      The event that triggered this

    Returns void