iam creating a mobile application like the popular keyboard and mouse on android devices , the problem i face is that the mouse doesn't move normally on the computer screen, i used java robot class to make that possible the cursor keeps shaking and its hard to move please help ASAP...
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
I think you'd want to look at some sort of movement scaling algorithm based on the velocity of the user's finger. If the user moves their finger slowly on the Android device, then the mouse cursor moves slowly (a shorter distance). If the user moves their finger quickly, then the mouse cursor can move quickly across the screen a greater distance. |
|||||||||
|