EngoEngine / engo

Engo is an open-source 2D game engine written in Go.
https://engoengine.github.io
MIT License
1.74k stars 136 forks source link

MouseSystem on Android doesn't detect clicks sometimes #567

Open Noofbiz opened 6 years ago

Noofbiz commented 6 years ago

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.

Z2Y commented 4 years ago

I meet the same problem , Any Update ?
The press and release event fired in same frame. Action state may lose during update

Noofbiz commented 4 years ago

Yeah it should actually be a quick fix, this issue has just gotten a little lost in the shuffle lol. I'll look into this. Thanks!