iPhone OpenGL-ES : UISwipeGestureRecognizer
Do UISwipeGestureRecognizer work in OpenGL. I know its a odd thing to ask but I have just added them to my project like I have t开发者_如何学Co other projects and well its not working. Its not firing the events.
Sure, you can add a gesture recognizer to any view. The view does not care if it's OpenGL or something else that's being rendered in it.
精彩评论