17181920212223
public Ihm(Controleur controleur){ this.controleur = controleur; this.gay = new Gay(this); this.clavier = new EcouteurClavier(this.gay); this.joystick = new GestionnaireJoystick(); }