Android Multi-touch event problems…No new touch events while dragging?
问题 So what I'm trying to make is a little space game, You control the ship with a graphic on-screen joystick using touch and drag . I have gotten this to work fine. The problem arises once I started to try and add the ability to touch the top portion of the screen to fire a weapon. For some reason, if you are currently dragging the joystick it seems to ignore the other touch input and doesn't do anything (But it works fine once I stop holding the joystick ). This is my both my first time working