¡@

Home 

python Programming Glossary: e.type

Add scrolling to a platformer in pygame

http://stackoverflow.com/questions/14354171/add-scrolling-to-a-platformer-in-pygame

player while 1 timer.tick 60 for e in pygame.event.get if e.type QUIT raise SystemExit QUIT if e.type KEYDOWN and e.key K_ESCAPE.. pygame.event.get if e.type QUIT raise SystemExit QUIT if e.type KEYDOWN and e.key K_ESCAPE raise SystemExit ESCAPE if e.type.. KEYDOWN and e.key K_ESCAPE raise SystemExit ESCAPE if e.type KEYDOWN and e.key K_UP up True if e.type KEYDOWN and e.key..