Hi everybody,

I need adjust trackball coordinates in a WebView object, so I extend
this class and override the onTrackballEvent method. Inside this new
method I adjust the MotionEvent coordinates (with setLocation) and I
call super.onTrackballEvent with the customized event. But the WebView
doesn't behave like expected. Actually, if I don't remap the
coordinates and I call super.onTrackballEvent with the unmodified
event it doesn't behave fine, exactly it doesn't react to left or
right movements of the trackball, although clicking it works. Is there
anybody who have achieved remapping trackball coordinates?

Advanced thanks.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.

Reply via email to