[android-developers] Re: TrackBall an event states: is there always a ACTION_DOWN before ACTION_MOVE

2009-04-18 Thread Marco Nelissen
Off the top of my head I don't know the specific events generated, but given that you can use the trackball to e.g. scroll through a list without clicking on items, what you want to do is obviously possible. On Sat, Apr 18, 2009 at 3:09 AM, TjerkW wrote: > > Hello all, > > Maybe a stupid questi

[android-developers] Re: TrackBall an event states: is there always a ACTION_DOWN before ACTION_MOVE

2009-04-18 Thread Dianne Hackborn
Moves are completely independent from down/up in the trackball, since you can move it without having it pressed down. On Sat, Apr 18, 2009 at 3:09 AM, TjerkW wrote: > > Hello all, > > Maybe a stupid question (i dunnot have an android phone), > but it is possible to move the trackball without gen

[android-developers] Re: TrackBall an event states: is there always a ACTION_DOWN before ACTION_MOVE

2009-04-18 Thread Tjerk Wolterink
Aha tanks for the info,i dunnot have a device so i was not sure. Thanks! 2009/4/18 Dianne Hackborn > Moves are completely independent from down/up in the trackball, since you > can move it without having it pressed down. > > On Sat, Apr 18, 2009 at 3:09 AM, TjerkW wrote: > >> >> Hello all, >> >