class ...
{
        private GLSurfaceView glSurface;
        ...
        glSurface.onTouchEvent(MotionEvent e)
        {
        }
}

onTouchEvent(MotionEvent e) 부분 빨간줄 그어지면서 안되는데

왜 안되나요?

에러 메시지는 MotionEvent cannot be resolved to a type