[android-developers] Re: Issues with Ontouch

2009-03-25 Thread William
I figured it out. YOU MUST RETURN return true; everytime onTouchEvent for it to continue to return you events On Mar 25, 4:12 pm, William wrote: > I just created another project that uses View instead of SurfaceView > that View recieves all of the events.  Why does surfaceview not > reviece all

[android-developers] Re: Issues with Ontouch

2009-03-25 Thread William
I just created another project that uses View instead of SurfaceView that View recieves all of the events. Why does surfaceview not reviece all the events? On Mar 25, 4:00 pm, William wrote: > I am trying to figure out how the touch functionality of the emulator > works.  I override onTouchEven