home *** CD-ROM | disk | FTP | other *** search
/ Virtual Reality Madness / VRMAD96_ONE.ISO / virtek / libex / libex091.c < prev    next >
C/C++ Source or Header  |  1995-08-24  |  352b  |  14 lines

  1.                            // Example: 091 from Library Reference
  2. #include "..\3D-Ware\dddware.h"
  3. short  main(void)
  4. {
  5.   dddInitKeybd();
  6.   while  (!dddkeycode)
  7.   {
  8.     dddMouseShowPointer(); // Start displaying the dos char mouse cursor.
  9.   }
  10.   dddMouseHidePointer();   // Hide the dos char mouse pointer.
  11.   dddRestoreKeybd();
  12.   return 0;
  13. }
  14.