pixi.js / packages / interaction /
@Will Wong Will Wong authored on 20 Aug 2018
Matt Karl committed on 20 Aug 2018
..
src Update pointerup docs to suggest mouse events when appropriate (#5079) 6 years ago
test Fix pointertap emission when sliding held mouse to a second object (#4872) 6 years ago
LICENSE Update LICENSE files to 2018 (#4585) 7 years ago
README.md Decouple Canvas Functionality (v5) (#4429) 7 years ago
package.json v5.0.0-alpha.3 6 years ago
README.md

@pixi/interaction

Installation

npm install @pixi/interaction

Usage

import { InteractionManager } from '@pixi/interaction';
import { Renderer } from '@pixi/core';

Renderer.registerPlugin('interaction', InteractionManager);