We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9075a4 commit 2ef6ad3Copy full SHA for 2ef6ad3
1 file changed
src/input/keyboard/keys/Key.js
@@ -362,7 +362,7 @@ var Key = new Class({
362
* @method Phaser.Input.Keyboard.Key#getDuration
363
* @since 3.17.0
364
*
365
- * @return {integer} The duration, in ms, that the Key has been held down for if currently down.
+ * @return {number} The duration, in ms, that the Key has been held down for if currently down.
366
*/
367
getDuration: function ()
368
{
0 commit comments