Is there a way to show how these tutorial can be done using the new
way of handlers in pyglet, instead of an infinite loop?
I.e.
@window.handler
def somemethod

instead of:

while(1)
  somemethod()


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pyglet-users" 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/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to