Hi all,

I know I can do:

while 1:

 try:

  window.pop_handlers()

 except AssertionError:

  break


To clear all the event handlers from a window, but is there a better way of doing it?


Cheers,



--
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/pyglet-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to