You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/input/InputPlugin.js
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -531,6 +531,9 @@ var InputPlugin = new Class({
531
531
*
532
532
* @method Phaser.Input.InputPlugin#updatePoll
533
533
* @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.
534
537
*
535
538
* @return {boolean} `true` if the plugin and the Scene it belongs to is active.
0 commit comments