PixiDom - v1.0.0
    Preparing search index...

    Function findCanvasFromEvent

    • Recover the canvas from a native pointer event by walking up the composed path to the first HTMLCanvasElement (handling Shadow DOM via composedPath).

      Parameters

      • event: Event | null | undefined

      Returns HTMLCanvasElement | null