By default, pyglet will flip the window buffer every time an input event 
occurs. You can avoid this by setting `window.invalid = False` (or True, I 
can't remember of the top of my head). You'll then have to flip buffers 
manually each frame.

-- 
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 pyglet-users+unsubscr...@googlegroups.com.
To post to this group, send email to pyglet-users@googlegroups.com.
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