Skip to content

Instantly share code, notes, and snippets.

@HugoArts
Created March 29, 2009 18:24
Show Gist options
  • Save HugoArts/87483 to your computer and use it in GitHub Desktop.
Save HugoArts/87483 to your computer and use it in GitHub Desktop.
while 1:
for event in pygame.event.get():
if event.type == pygame.QUIT:
return
# et cetera
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment