pixi.js / packages / interaction /
@Dave Moore Dave Moore authored on 4 Jan 2019
Matt Karl committed on 4 Jan 2019
..
src Guard against re-assigning read-only interaction event properties (#5315) 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 [next] House-keeping for dependencies and tests (#5277) 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);