I have four classes to understand opengles at my first opengles education:
- myRenderer
- myGLSurfaceViev
- myActivity
- myTriangle
I want to get touch events on my surface.. but after ı set myRenderer, ı see my triangle on the screen but ı cant get touch event.
If I set mySurfaceView first without myRenderer in myActivity, ı get touch events.. but ı cant see my triangle.
What is the mistake here?