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()) {