diff --git a/src/pixi/InteractionManager.js b/src/pixi/InteractionManager.js index 80fd7c4..7b43d2d 100644 --- a/src/pixi/InteractionManager.js +++ b/src/pixi/InteractionManager.js @@ -736,8 +736,8 @@ else { //Support for CocoonJS fullscreen scale modes - touchData.global.x = touchEvent.clientX / this.resolution; - touchData.global.y = touchEvent.clientY / this.resolution; + touchData.global.x = touchEvent.clientX; + touchData.global.y = touchEvent.clientY; } for (var j = 0; j < this.interactiveItems.length; j++)