I’ve newly learnt OpenGL and I am developing a Game using OpenGL. I don’t know how to implement OnTouch Event into image & move image I use the OpenGL Documentation Example OpenGLES 0.1 but nothig done
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
By default you can handle touch in activity using following code,
In order to handle over GLSurface view do like this,