Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-touch gestures are not properly handled #28

Open
ralismark opened this issue Jan 3, 2019 · 2 comments
Open

Multi-touch gestures are not properly handled #28

ralismark opened this issue Jan 3, 2019 · 2 comments

Comments

@ralismark
Copy link

The joystick (incorrectly) responds to touch gestures which do not start on it. See gif for example:

multi-touch

(red/blue lines from showing layout bounds)

I'm guessing that this is caused by onTouchEvent not tracking the pointer ID (see Handle multi-touch gestures)

@RBOrtmann
Copy link

I have a similar issue where the joystick doesn't respond to touch gestures that do start on it after another touch gesture has already begun somewhere else. I'd like to hold a button down to enable the joystick, but because of this problem, that's not possible.

@RBOrtmann
Copy link

I have a similar issue where the joystick doesn't respond to touch gestures that do start on it after another touch gesture has already begun somewhere else. I'd like to hold a button down to enable the joystick, but because of this problem, that's not possible.

I fixed this by having the joystick ask for focus on MotionEvent.ACTION_DOWN on another View.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants