/** * This namespace contains a renderer plugin for handling mouse, pointer, and touch events. * * Do not instantiate this plugin directly. It is available from the `renderer.plugins` property. * See {@link PIXI.CanvasRenderer#plugins} or {@link PIXI.Renderer#plugins}. * @namespace PIXI.interaction */ export * from './InteractionData'; export * from './InteractionManager'; export * from './interactiveTarget'; export * from './InteractionTrackingData'; export * from './InteractionEvent';