質問

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.

役に立ちましたか?

解決

After closer analysis I noticed that the bug was in my code and has nothing to do with the question.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top