Skip to main content

CommonMouseDown

Callable

  • CommonMouseDown(event: MouseEvent | TouchEvent): void

  • Called if the user presses the mouse button or touches the touchscreen on the canvas


    Parameters

    • event: MouseEvent | TouchEvent

      The event that triggered this

    Returns void