I want to make the Open GL thread sleep for a certain amount of time.
The documentation says that I should use an approach like

queueEvent(new Runnable() {
                 public void run() {
                     mMyRenderer.handleDpadCenter();
                 }});

to communicate with the GL thread. But how can I instruct the thread
to sleep with this approach? How do I get a handle to the thread?

-- 
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

Reply via email to