beproudstandupcom / pyglet

Automatically exported from code.google.com/p/pyglet
0 stars 0 forks source link

Win32: on_move still dispatched outside dispatch_events #120

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There are probably others like it, also on other platforms.  Probably best
to override dispatch_event, check for dispatch_events in stack, and queue
or super() it as appropriate.

Original issue reported on code.google.com by Alex.Hol...@gmail.com on 8 Aug 2007 at 12:53

GoogleCodeExporter commented 9 years ago
Fixed on all platforms in r1163.

Original comment by Alex.Hol...@gmail.com on 16 Aug 2007 at 10:19