pixi.js
    Preparing search index...

    Class EventsTickerAdvanced

    This class handles automatic firing of PointerEvents in the case where the pointer is stationary for too long. This is to ensure that hit-tests are still run on moving objects.

    7.2.0

    Index

    Properties

    domElement: HTMLElement

    The DOM element to listen to events on.

    events: EventSystem

    The event system.

    interactionFrequency: number = 10

    The frequency that fake events will be fired.

    Accessors

    • get pauseUpdate(): boolean

      Whether to pause the update checks or not.

      Returns boolean

    • set pauseUpdate(paused: boolean): void

      Parameters

      • paused: boolean

      Returns void

    Methods

    • Adds the ticker listener.

      Returns void

    • Initializes the event ticker.

      Parameters

      Returns void

    • Sets flag to not fire extra events when the user has already moved there mouse

      Returns void

    • Removes the ticker listener.

      Returns void