#include #include #include #include "raton.h" int main() { if ( !InicioRaton() ) { printf(" Error al inicilizar el rat¢n "); exit(1); } MuestraRaton(); while ( ! PulsadoRatonBIzd() ) { gotoxy(35,10); cprintf(":%4d,%4d",PosXRaton(),PosYRaton()); } return 0; }