Brinkbit / StarlingFullScreenExtension

Starling fullscreen no stretch extension. Makes multi-resolution support a breeze.
MIT License
28 stars 7 forks source link

Touch events not working #4

Open kirittanna opened 10 years ago

kirittanna commented 10 years ago

Touch events are not working ... Starling 1.5.1 & Feathers 1.3.1 I've tried this - http://forum.starling-framework.org/topic/extension-fullscreenextension-problem-on-flash-player but same result.

Any clue how to fix this?

62316e commented 9 years ago

Project is dead.

CXtream commented 9 years ago

Try replace default addEventListener(TouchEvent.TOUCH,this.handleMouse) with FullScreenExtension.stage.addEventListener(TouchEvent.TOUCH,this.handleMouse)