mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
Added to the docs
This commit is contained in:
parent
97fa3ab2c0
commit
7a01354a8a
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 ()
|
||||
|
|
Loading…
Reference in a new issue