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

Finger touch in android not work correct when gui in other gui container #372

Closed
kynora opened this issue Oct 8, 2016 · 2 comments
Closed
Labels

Comments

@kynora
Copy link
Contributor

kynora commented Oct 8, 2016

I have a guiScrollCtrl to hold the list of other control such as radio button. Touch on the scroll bar or list item work correct for fist touch, but for next touch sometime get the last touch position (Multi touch), Sometime I can scroll out side the scroll bar.

Some investigation seem GuiCanvas::rootMouseDown not work correct or multi-touch not well define.

@kynora
Copy link
Contributor Author

kynora commented Oct 12, 2016

This bug is in processScreenTouchEvent function.
I change rootScreenTouchDown to rootMouseDown, and rootScreenTouchUp to rootMouseUp then the touch work well. This should regression with someone's bug.

@kynora
Copy link
Contributor Author

kynora commented Apr 26, 2018

Fix on pull request #414 .

@kynora kynora closed this as completed Apr 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants