mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 07:04:31 +00:00
Fixed method names
This commit is contained in:
parent
6170a21938
commit
1e07586acc
1 changed files with 2 additions and 2 deletions
|
@ -2133,7 +2133,7 @@ var InputPlugin = new Class({
|
|||
* The Game Object is not checked against the Pointer to see if it can enter this state,
|
||||
* that is up to you to do before calling this method.
|
||||
*
|
||||
* @method Phaser.Input.InputPlugin#forceDownState
|
||||
* @method Phaser.Input.InputPlugin#forceOverState
|
||||
* @fires Phaser.Input.Events#GAMEOBJECT_POINTER_OVER
|
||||
* @fires Phaser.Input.Events#GAMEOBJECT_OVER
|
||||
* @since 3.85.0
|
||||
|
@ -2156,7 +2156,7 @@ var InputPlugin = new Class({
|
|||
* The Game Object is not checked against the Pointer to see if it can enter this state,
|
||||
* that is up to you to do before calling this method.
|
||||
*
|
||||
* @method Phaser.Input.InputPlugin#forceDownState
|
||||
* @method Phaser.Input.InputPlugin#forceOutState
|
||||
* @fires Phaser.Input.Events#GAMEOBJECT_POINTER_OUT
|
||||
* @fires Phaser.Input.Events#GAMEOBJECT_OUT
|
||||
* @since 3.85.0
|
||||
|
|
Loading…
Reference in a new issue