Skip to content

Commit

Permalink
Unreleased
Browse files Browse the repository at this point in the history
  • Loading branch information
samme committed Mar 5, 2020
1 parent d58c9a7 commit 90824ef
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
# Change Log

## Version 2.14.1 - asap 2020
## Unreleased

### API Changes



### New Features


* Removed Phaser.Component.Core.skipTypeChecks.

### Updates


* [Phaser.Component.Core.init()](https://photonstorm.github.io/phaser-ce/Phaser.Component.Core.html#_init) no longer checks types.

### Bug Fixes

* Reversion of WebGLSpriteBatch Bug introced at PR #641
* Fixed multitexture rendering (#644, #641).

### Thanks

Expand Down Expand Up @@ -221,11 +217,11 @@ If you're starting or stopping input handlers manually, you'll have to make some

#### Which input handlers are running, depending on device capabilities

Device has | mspointer | touch | mouse
----------------------------|-----------|---------|-------
Pointer Events | active | |
no Pointer Events; Touch | | active† | active
no Pointer Events; no Touch | | | active
Device has | mspointer | touch | mouse
----------------------------|-----------|---------|-------
Pointer Events | active | |
no Pointer Events; Touch | | active† | active
no Pointer Events; no Touch | | | active

(†) capture on

Expand Down

0 comments on commit 90824ef

Please sign in to comment.