File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -272,6 +272,7 @@ var MouseManager = new Class({
272272
273273 /**
274274 * Starts the Mouse Event listeners running.
275+ * This is called automatically and does not need to be manually invoked.
275276 *
276277 * @method Phaser.Input.Mouse.MouseManager#startListeners
277278 * @since 3.0.0
@@ -308,6 +309,7 @@ var MouseManager = new Class({
308309
309310 /**
310311 * Stops the Mouse Event listeners.
312+ * This is called automatically and does not need to be manually invoked.
311313 *
312314 * @method Phaser.Input.Mouse.MouseManager#stopListeners
313315 * @since 3.0.0
Original file line number Diff line number Diff line change @@ -174,9 +174,9 @@ var TouchManager = new Class({
174174
175175 /**
176176 * Starts the Touch Event listeners running.
177+ * This is called automatically and does not need to be manually invoked.
177178 *
178179 * @method Phaser.Input.Touch.TouchManager#startListeners
179- * @private
180180 * @since 3.0.0
181181 */
182182 startListeners : function ( )
@@ -202,9 +202,9 @@ var TouchManager = new Class({
202202
203203 /**
204204 * Stops the Touch Event listeners.
205+ * This is called automatically and does not need to be manually invoked.
205206 *
206207 * @method Phaser.Input.Touch.TouchManager#stopListeners
207- * @private
208208 * @since 3.0.0
209209 */
210210 stopListeners : function ( )
You can’t perform that action at this time.
0 commit comments