Skip to main content

CommonMouseWheel

Callable

  • CommonMouseWheel(event: WheelEvent): void

  • Called if the user moves the mouse wheel on the canvas


    Parameters

    • event: WheelEvent

      The event that triggered this

    Returns void