home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / grafik / fgl105 / 12-05.c < prev    next >
Encoding:
Text File  |  1991-05-05  |  203 b   |  13 lines

  1. main()
  2. {
  3.    int status;
  4.  
  5.    fg_setmode(-1);
  6.    status = fg_mouseini();
  7.  
  8.    if (status < 0)
  9.       printf("Mouse not available.\n");
  10.    else
  11.       printf("%d button mouse found.\n",status);
  12. }
  13.