mirror of
https://github.com/photonstorm/phaser
synced 2024-11-28 15:41:37 +00:00
Merge pull request #441 from nhowell/patch-1
Fix typo of Phaser.Key#justReleased for docs
This commit is contained in:
commit
a97357b34e
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ Phaser.Key.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.Key#justPressed
|
||||
* @method Phaser.Key#justReleased
|
||||
* @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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue