Skip to content

Commit 8837cb3

Browse files
committed
JSDocs fix
1 parent db43365 commit 8837cb3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/input/InputPlugin.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,9 @@ var InputPlugin = new Class({
531531
*
532532
* @method Phaser.Input.InputPlugin#updatePoll
533533
* @since 3.18.0
534+
*
535+
* @param {number} time - The current time. Either a High Resolution Timer value if it comes from Request Animation Frame, or Date.now if using SetTimeout.
536+
* @param {number} delta - The delta time in ms since the last frame. This is a smoothed and capped value based on the FPS rate.
534537
*
535538
* @return {boolean} `true` if the plugin and the Scene it belongs to is active.
536539
*/

0 commit comments

Comments
 (0)