Added to the docs

This commit is contained in:
Richard Davey 2018-06-04 16:49:11 +01:00
parent 97fa3ab2c0
commit 7a01354a8a
2 changed files with 4 additions and 2 deletions

View file

@ -272,6 +272,7 @@ var MouseManager = new Class({
/**
* Starts the Mouse Event listeners running.
* This is called automatically and does not need to be manually invoked.
*
* @method Phaser.Input.Mouse.MouseManager#startListeners
* @since 3.0.0
@ -308,6 +309,7 @@ var MouseManager = new Class({
/**
* Stops the Mouse Event listeners.
* This is called automatically and does not need to be manually invoked.
*
* @method Phaser.Input.Mouse.MouseManager#stopListeners
* @since 3.0.0

View file

@ -174,9 +174,9 @@ var TouchManager = new Class({
/**
* Starts the Touch Event listeners running.
* This is called automatically and does not need to be manually invoked.
*
* @method Phaser.Input.Touch.TouchManager#startListeners
* @private
* @since 3.0.0
*/
startListeners: function ()
@ -202,9 +202,9 @@ var TouchManager = new Class({
/**
* Stops the Touch Event listeners.
* This is called automatically and does not need to be manually invoked.
*
* @method Phaser.Input.Touch.TouchManager#stopListeners
* @private
* @since 3.0.0
*/
stopListeners: function ()