Hi,
I want to be able to focus touches on background of my scene, so that when finger hovers over different object, which has a listener, it won’t trigger it.
The moment I set focus on the background for the first touch, following touches won’t trigger it.
If I comment the line with setFocus, multitouch will work ok.
Here’s a sample project with the setFocus on:
https://www.dropbox.com/s/d33l7u71nmnru5j/TestFocus.zip
and the apk ready to deploy:
https://www.dropbox.com/s/9w45a65b9jcvgfw/TestFocus.apk
My goal is to have multiple touches focused on the background [i.e. when hovering/finishing touch over different listeners they will not be triggered].
Any help will be appreciated [import]uid: 109453 topic_id: 26613 reply_id: 326613[/import]