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

multitouch index #29

Open
KEL-YJ-E opened this issue May 7, 2017 · 1 comment
Open

multitouch index #29

KEL-YJ-E opened this issue May 7, 2017 · 1 comment

Comments

@KEL-YJ-E
Copy link

KEL-YJ-E commented May 7, 2017

Simple but slightly annoying bug: when using the multitouch UI element and touchesByVox, on a computer it starts counting from 1, on your device from 0. So it looks like this:
computer: 1 x y 2 x y 3 x y etc vs device: 0 x y 1 x y 2 x y etc.
I'm on Mac and Android.

@monkeyswarm
Copy link
Owner

Good catch. Looks like iOS app, OSX editor, and Java editor all start touch index at "1", where Android app alone starts it at "0". I will modify the Android app to start at "1" on an upcoming release.

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