I'm using an OnTouchListener
on a GLSurfaceView
, but it appears that it only works while drawing.
So, if it takes too much time to draw the frame, I'll get most of the touch events handled, but if the frame is being drawn in less than 16ms, I've no chance to handle the events.
I'm using Android 4.3 to compile the app.