-
Notifications
You must be signed in to change notification settings - Fork 237
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
wrong position #35
Comments
Read past issues. The coordinate space of the touch device doesn't necessarily match the coordinate space of the display. If you receive user input as display coordinates, you must map them to touch coordinates first before handing them to minitouch. |
ok,ofcouse I have map them to the space,and when I send the points,it's position show well correctly. |
Can you provide an example, perhaps with a graph or picture explaining the situation? |
OK I have send you a email about it!thanks! |
Hi,Simo Kinnunen!I found when I use minitouch in some advices,if I press slot 0,then I press slot 1,when I up the slot 1,the slot 1 position will be drag to the left-bottom corner,but just appear at some devices,so if you have so solutions to solve it?thanks!^_^
The text was updated successfully, but these errors were encountered: