Touch input broken on Android

I’m experiencing some errors with the pointerIndex of touch input on Android after upgrading to Fuse version 0.8.2/3

  1. When I tap with one finger on the screen Pointer.Pressed is being called twice.

  2. When I tap with two fingers on the screen Pointer.Pressed is being called twice for index 0 and once for index 1. Pointer.Released is being called twice(as expected) and most of the time the indexes are 0 and 1, but some times they are both index 1.

These problems are causing us not to be able to differentiate between touches.

Thanks for reporting.

This issue is already on file, we are working on it :slight_smile:

This issue is fixed! Included in next release (tonight I believe)