Todo note

This commit is contained in:
Richard Davey 2018-03-21 03:16:55 +00:00
parent 786d181a91
commit 8a3f06c898

View file

@ -959,6 +959,8 @@ var InputPlugin = new Class({
continue;
}
// pointerupoutside
gameObject.emit('pointerup', pointer, gameObject.input.localX, gameObject.input.localY);
this.emit('gameobjectup', pointer, gameObject);