From c5bfc4001fd40caba3bbaa94f1728ad71bdaabc5 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 28 Dec 2023 00:01:59 +0100 Subject: [PATCH] pr qui jme prend --- src/Ecran.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ecran.cpp b/src/Ecran.cpp index 5bcd884..6d93dba 100644 --- a/src/Ecran.cpp +++ b/src/Ecran.cpp @@ -12,7 +12,7 @@ Ecran::~Ecran() {} void Ecran::afficher( const std::function dessin, const std::function onclick) const { - // Boolean flag to track whether the mouse button is pressed + // Flag qui track si le clic gauche est pressé bool mouseButtonPressed = false; while (window.isOpen()) {