OSRS Plugin API
    Preparing search index...

    Type Alias WheelScrollCallback

    WheelScrollCallback: (delta: number) => void

    The callback for Events.WHEEL_SCROLL events. This could represent mouse or touch pointers.

    Type Declaration

      • (delta: number): void
      • Parameters

        • delta: number

          the amount that the mouse hweel has changed.

        Returns void