Messages postés par "Jojo17"

Sujet Date Extrait
Problème avec attribut key suite à un pygame.event.get()
dimanche 12 novembre 2023 à 15h55 Effectivement, ça a beaucoup plus de sens avec ces explications. merci.
Problème avec attribut key suite à un pygame.event.get()
samedi 11 novembre 2023 à 09h17 Effectivement ça marche. Merci. un peu bizarre comme logique tout de même.
Problème avec attribut key suite à un pygame.event.get()
vendredi 10 novembre 2023 à 11h01 Bonjour, Je suis débutant en python et pygame. Dans cette boucle: ```py attends = True while attends: for touche in pygame.event.get(): if touche.key == pygame.K_j: …