Updated IE11 check, forces IE11 to use Canvas renderer even in AUTO mode.

This commit is contained in:
photonstorm
2013-12-13 14:04:14 +00:00
parent 1b954066a6
commit a361a18616
38 changed files with 9447 additions and 102 deletions
+1 -1
View File
@@ -358,7 +358,7 @@ Phaser.Keyboard.prototype = {
/**
* Returns the "just released" state of the Key. Just released is considered as being true if the key was released within the duration given (default 250ms)
* @method Phaser.Keyboard#justPressed
* @method Phaser.Keyboard#justReleased
* @param {number} keycode - The keycode of the key to remove, i.e. Phaser.Keyboard.UP or Phaser.Keyboard.SPACE_BAR
* @param {number} [duration=250] - The duration below which the key is considered as being just released.
* @return {boolean} True if the key is just released otherwise false.