home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / Book Chapters / 11 - Porting / Sample Code / CursorStuff.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-02  |  808 b   |  15 lines  |  [TEXT/MMCC]

  1. /************************************************************************************
  2.  *                                                                                                                                                                    *
  3.  *    CursorStuff.h                                                                                                                                        *
  4.  *                                                                                                                                                                    *
  5.  *    ©1995 Douglas Grounds. All Rights Reserved.                                                                            *
  6.  *                                                                                                                                                                    *
  7.  *    This file contains functions to spin and set the cursor. If the cursor has            *
  8.  *    already been set as specified, nothing happens, which avoids continuously                *
  9.  *    flashing the cursor, which is really annoying.                                                                    *
  10.  *                                                                                                                                                                    *
  11.  ************************************************************************************/
  12.  
  13. extern void myInitCursor (void);
  14. extern void spinCursor (void);
  15. extern void mySetCursor (short cursID);