3 messages in com.googlegroups.android-beginnersonMotionEvent
FromSent OnAttachments
sommeralex30 Jan 2008 14:22 
Megha Joshi31 Jan 2008 12:02 
sommeralex02 Feb 2008 18:21 
Subject:onMotionEvent
From:sommeralex (alex@gmail.com)
Date:01/30/2008 02:22:36 PM
List:com.googlegroups.android-beginners

Hello ;-)

Why does my onMotionEvent only fire ONCE? I have an image, and when i press the button, it is fired:

@Override public boolean onMotionEvent(MotionEvent event) {

Log.i("JUHUTag", String.valueOf(event.getX()));

return super.onMotionEvent(event); }

but what i would have expected would be that the onMotionEvent fires as long and often i am moving with my mouse above the icon..but it