Touch End - issue

Hello,

I have noticed that touch end bluprint not always detect when finger is out of screen, more over it is even on the screen when you emulate clicks as touch.
Is this known issue?

another question: I havent seen much updates in releases on android side. Is this still being improved in terms of performance, or features?

Cheers

Hi Wormpattern,

There have been some issues with ‘use mouse as touch’ in the editor (such as unpaired events if you move out of the viewport frame), which I think are fixed in 4.5. Are you seeing the same sorts of issues on device, or only when using a mouse to emulate?

We’re working hard on improving Android support; our primary focus right now is better compatibility across the wide range of Android devices and bug fixing rather than new features.

Cheers,
Michael Noland

Hello thanks for your reply. The issue is actually on device Samsung galaxy s2. Mouse click was another example.

This is how it works:
Touch begin sets bool started to true.
Then every tick I am executing processing until started is true.
Touch end once happen sets mentioned bool false. And here 1 times of 10 processing is still executing regardless I dont touch anything