private void GestionClavier() { if (InputMgr.EstNouvelleTouche(Keys.Z)) { EstEnZoom = !EstEnZoom; } }