[android-developers] Re: MotionEvent touch events

2011-10-17 Thread loril...@gmail.com
I'm not using paint or canvas, I'm using openGL and I need to draw a bitmap on all touch points (it is not a solid color bitmap but has a texture in it). On Oct 17, 4:58 pm, Aks wrote: > Use drawline() in ACTION_MOVE instead of drawPoint() ... -- You received this message because you are subscr

[android-developers] Re: MotionEvent touch events

2011-10-17 Thread Aks
Use drawline() in ACTION_MOVE instead of drawPoint() ... -- 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-develop