pygame.event.Event?

Lee Harr missive at frontiernet.net
Fri Sep 27 16:41:44 EDT 2002


In article <r_Lk9.174774$pX1.6183293 at news2.tin.it>, Max wrote:
> Hi!
> I can't generate a QUIT event in pygame:
> pygame.event.Event(type, dict, [keyword_args]) -> Event
> 
> What do I have to put in "dict"?
> 


How about an empty dict?

pygame.event.Event(QUIT, {})





More information about the Python-list mailing list