You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@skyne98 Please have a look at this, the current combination of Flutter & Flame events are quite hard to understnad (at least for me) you wrote the system and I guess you have a better idea how to deal with it.
I noticed that the pointer (id) in the remove event is always 0 and that the issue happens because the existing pointer can't be found due to its expected states.
I can't really answer why it's zero all the time and why we just check the two states of PointerStateHover and PointerStateAdded
Might be addressed by my PR here 👀 Will test on my branch and see if it still fails there! It now uses only specific Flutter events, which are all children of PointerEvent.
The text was updated successfully, but these errors were encountered: