mirror of
https://github.com/wassname/phaser.git
synced 2026-07-17 11:31:30 +08:00
More docs coming on.
This commit is contained in:
+4
-4
@@ -116,8 +116,8 @@ Phaser.Key.prototype = {
|
||||
},
|
||||
|
||||
/**
|
||||
* @param {Number} [duration]
|
||||
* @return {bool}
|
||||
* @param {number} [duration]
|
||||
* @return {boolean}
|
||||
*/
|
||||
justPressed: function (duration) {
|
||||
|
||||
@@ -128,8 +128,8 @@ Phaser.Key.prototype = {
|
||||
},
|
||||
|
||||
/**
|
||||
* @param {Number} [duration]
|
||||
* @return {bool}
|
||||
* @param {number} [duration]
|
||||
* @return {boolean}
|
||||
*/
|
||||
justReleased: function (duration) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user