We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db4784 commit a951b34Copy full SHA for a951b34
HelloWorld_pygame.py
@@ -130,7 +130,7 @@ def main():
130
# keyboard input
131
# ----------
132
if evento.type == pygame.KEYDOWN or evento.type == pygame.KEYUP:
133
- print(f'Key event captures for key = "{pygame.key.name(evento.key)}"')
+ print(f'Key event captured for key named "{pygame.key.name(evento.key)}"')
134
135
# handle special keyboard inputs
136
0 commit comments