...
6 commits 5 files changed 0 commit comments 3 contributors
Commits on 2019-04-24
@Dave Moore Dave Moore Defaulted to true, to keep v4 behaviour, which is better for surface tablets which don't report ontouchstart in window 552f743
Commits on 2019-04-22
@Dave Moore Dave Moore Rather than try to polyfill behaviour, gone with letting the user decide. Defaults to _not_ use pointer events, because then 'mouse', 'touch' and 'pointer' behaviour is all the same. 265e8de
Commits on 2019-04-21
@Matt Karl Matt Karl Merge branch 'dev' into multiple-pointer-down-events 93e2e28
@Matt Karl Matt Karl Merge branch 'dev' into multiple-pointer-down-events 81da897
@Dave Moore Dave Moore Caveat no longer applies with this PR 1ff5f16
@Dave Moore Dave Moore Allow pointerdown & pointerup events to handle simultaneous presses https://github.com/pixijs/pixi.js/issues/4048 https://github.com/pixijs/pixi.js/issues/5384 4fdadab
Showing 5 changed files
View
packages/interaction/package.json
View
packages/interaction/src/InteractionManager.js
View
packages/interaction/src/index.js
View
packages/interaction/src/settings.js 0 → 100644
View
packages/interaction/test/InteractionManager.js