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

  1.  
  2.    Mouposition() gets the current x,y coordinates of the mouse in the 80x25
  3. text screens.
  4.  
  5.    Example:
  6.         int x,y;
  7.  
  8.         mouposition(&x,&y);
  9.  
  10.    This returns the current cursor position for mouse in x,y.
  11.  
  12.