Newer
Older
pixi.js / src / interaction / index.js
@Chad Engler Chad Engler on 18 Oct 2016 241 bytes 4.1.0
/**
 * @namespace PIXI.interaction
 */
export { default as InteractionData } from './InteractionData';
export { default as InteractionManager } from './InteractionManager';
export { default as interactiveTarget } from './interactiveTarget';