Gamua / Starling-Framework

The Cross Platform Game Engine
http://www.starling-framework.org
Other
2.82k stars 821 forks source link

native overlay now block touch and mouse input #1075

Closed pol2095 closed 4 years ago

pol2095 commented 4 years ago

Hello,

since Starling 2.5, Objects that are part of the native overlay now block touch and mouse input, just like Starling display objects would, but is-it possible to deactivate this ?

stage.starling.nativeOverlay.mouseEnabled = false; doesn't work ?

Thanks

PrimaryFeather commented 4 years ago

I'm sure you already found the solution (and thus closed this issue), but just for reference if someone else lands on this page: the relevant property is found on the Starling instance, and it's called nativeOverlayBlocksTouches.