30 Novembre
This commit is contained in:
16
DEV1.1/TP14:BiblioGraph/fenetre.c
Normal file
16
DEV1.1/TP14:BiblioGraph/fenetre.c
Normal file
@@ -0,0 +1,16 @@
|
||||
#include<stdlib.h>
|
||||
#include<graph.h>
|
||||
#include<stdio.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
InitialiserGraphique();
|
||||
CreerFenetre(10,10,480,270);
|
||||
int touche;
|
||||
while(!ToucheEnAttente){}
|
||||
touche=Touche();
|
||||
if(touche==0xff80){
|
||||
FermerGraphique();
|
||||
}
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
Reference in New Issue
Block a user