I'm having trouble getting a GLSurfaceView to respond to key and touch events. My entire UI consists of just the GLSurfaceView, which is set as the content view for the activity. I then call setOnKeyListener() and setOnTouchListener() on it, but neither listener ever gets called. I've tested both with the emulator using Android 2.0.1 and with a Nexus One using Android 2.1. Same result on both.
Any idea what I could be doing wrong? Thanks! Peter
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

