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