The MouseSystem on Android's engo.Input.Mouse.Action is for some reason returning engo.Neutral rather than engo.Press. I managed to work around this by creating my own system that used that, and it worked flawlessly. It only isn't working inside the MouseSystem's Update.
The MouseSystem on Android's
engo.Input.Mouse.Actionis for some reason returningengo.Neutralrather thanengo.Press. I managed to work around this by creating my own system that used that, and it worked flawlessly. It only isn't working inside the MouseSystem's Update.