pygame 'q' key code example Example: pygame keydown for event in pygame.event.get(): if event.type == pygame.KEYDOWN: return True