#include #include #include int main() { InitialiserGraphique(); CreerFenetre(10,10,480,270); int touche; while(!ToucheEnAttente){} touche=Touche(); if(touche==0xff80){ FermerGraphique(); } return EXIT_SUCCESS; }