문제

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