Indentation du code pour ce qui a été fait

This commit is contained in:
2024-10-29 13:54:31 +01:00
parent b10c48a7f5
commit c6199fab35
5 changed files with 10 additions and 9 deletions

View File

@@ -8,8 +8,9 @@
void GererChoixTaille(int *TailleGrille){
int Taille;
if(ToucheEnAttente()){
KeySym touchPresse = Touche();
KeySym touchPresse = Touche(); /* Prend en compte la touche presser et renvoie la touche presser */
if(touchPresse == XK_KP_3){
*TailleGrille = 3;
} else if(touchPresse == XK_KP_4){