mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 12:43:26 +00:00
Todo note
This commit is contained in:
parent
786d181a91
commit
8a3f06c898
1 changed files with 2 additions and 0 deletions
|
@ -959,6 +959,8 @@ var InputPlugin = new Class({
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// pointerupoutside
|
||||||
|
|
||||||
gameObject.emit('pointerup', pointer, gameObject.input.localX, gameObject.input.localY);
|
gameObject.emit('pointerup', pointer, gameObject.input.localX, gameObject.input.localY);
|
||||||
|
|
||||||
this.emit('gameobjectup', pointer, gameObject);
|
this.emit('gameobjectup', pointer, gameObject);
|
||||||
|
|
Loading…
Reference in a new issue