diff --git a/src/input/InputPlugin.js b/src/input/InputPlugin.js index 27dad065b..a9ef96808 100644 --- a/src/input/InputPlugin.js +++ b/src/input/InputPlugin.js @@ -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);