Hello, am trying to interuppt and dissable all trackbool events, and
only Allow trackball middle click.

I have Overridden the onTrackballEvent, and the keyDown Events  but
still when i move the trackbool the first button om my screen gains
focus, how dose i prevent this?

@Override
public boolean onTrackballEvent(MotionEvent event) {

return true;
}

@Override
public boolean onKeyDown(int keyCode, KeyEvent msg){
return true;
}



Thansk!

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

Reply via email to