[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] BUG, Userevents disapears in pygame 1.9



This one is more severe.
My own events seems to disappear on the event stack without any exceptions.

pygame.event.post(pygame.event.Event(CALL_FUNCTION,  event_data))

where CALL_FUNCTION = USEREVENT + 21
and event_data is a dictionary

Bo)