mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 14:38:30 +00:00
Pointer.addClickTrampoline now adds in support for click trampolines. These raise pointer events into click events, which are required internally for a few edge cases like IE11 full screen mode support, but are also useful if you know you specifically need a DOM click event from a pointer (thanks @pnstickne #1282)
This commit is contained in:
parent
21a47faaed
commit
97edb7b830
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ Version 2.1.4 - "Bethal" - in development
|
|||
* You can now call Tween.to again on a Tween that has already completed. This will re-use the same tween, on the original object, without having to recreate the Tween again. This allows a single tween instance to be re-used multiple times, providing they are linked to the same object (thanks InsaneHero)
|
||||
* Phaser.Color.valueToColor converts a value: a "hex" string, a "CSS 'web' string", or a number - into red, green, blue, and alpha components (thanks @pnstickne #1264)
|
||||
* Stage.backgroundColor now supports CSS 'rgba' values, as well as hex strings and hex numbers (thanks @pnstickne #1234)
|
||||
|
||||
* Pointer.addClickTrampoline now adds in support for click trampolines. These raise pointer events into click events, which are required internally for a few edge cases like IE11 full screen mode support, but are also useful if you know you specifically need a DOM click event from a pointer (thanks @pnstickne #1282)
|
||||
|
||||
### Updates
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue