home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / LC / SIMPWN93.ZIP / SIMPWIN.ZIP / FUNG17.TXT < prev    next >
Text File  |  1997-08-18  |  219b  |  9 lines

  1.   Moucursortype() selects the mouse cursor. 0 (zero) is reverse video and
  2. 1 to 254 select an ASCII character 1 to 254.
  3.  
  4. Example:
  5.   
  6.   moucursortype(0x02);
  7.  
  8.   This selects a dark happy face for the mouse cursor.
  9.