In OpenGL ES 2.0, Android, Is it possible to draw line & circle in a custom sized SurfaceView Renderer
问题 In developing an app to draw line & circle dynamically using user input through motion event, I like to provide the output of drawing in a custom sized SurfaceView Renderer so that I can use the rest of the screen for some other purpose like menu, etc. I have created a SurfaceView in layout and tried to provide the output, but the line gets drawn from the centre of the surfaceview and doesn't follow exactly with the touch event given. Is there any possibility that we can get output through