I have 2 questions about android TrackBall Event. I appreciate if you can help me with them:
Can I detect the speed of TrackBall event? like in Fling, I can detect a 'big' fling vs a 'small' fling. Can I fling via the track ball?
Why TrackBall Event always follow by Key left/right events? To me, they seem duplicate.
For example, I put debug statement in both dispatchTrackballEvent() and dispatchKeyEvent(), and i switch to 'track ball' mode in emulator. When I move my mouse around, I always see dispatchTrackballEventevent with dispatchKeyEvent.
Thank you for any help.