pixi.js / packages / interaction /
@Dave Moore Dave Moore authored on 24 Apr 2019
..
src Defaulted to true, to keep v4 behaviour, which is better for surface tablets which don't report ontouchstart in window 6 years ago
test Rather than try to polyfill behaviour, gone with letting the user decide. 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 Rather than try to polyfill behaviour, gone with letting the user decide. 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);