Virtual Joystick Ghosting

Monkey Targets Forums/Android/Virtual Joystick Ghosting

Sam(Posted 2012) [#1]
I'm trying to write a virtual joystick library, and I've gotten it working with one joystick at a time, but when I try to interact with more than that, it gets weird. If I place a thumb on both, then move one up or down, the other one moves slightly, then jumps back into place. I would really appreciate some input.




therevills(Posted 2012) [#2]
What device are you testing on? It could be that the device does not really support multiple touches...


Fryman(Posted 2012) [#3]
Some devices get confused if the joysticks are both placed on the bottom of the screen. My old San Francisco used to suffer from this.


Sam(Posted 2012) [#4]
I'm testing on my Motorola Triumph. I know it supports multiple touches.


Fryman(Posted 2012) [#5]
Try setting one joystick to appear in the top left of the screen and the other in the bottom right, and see if you have the same problem.

You can also test how accurate the multitouch is by using multitouch tester from the market

If you look on the Motorola Triumph on the XDA forums it is a phone which suffers from Multitouch snapping


Sam(Posted 2012) [#6]
Thanks. I tried it on my Notion Ink, and it seems to work, there's still just a little bit of jumping.