home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Shareware 35
/
hot35.iso
/
ficheros
/
LC
/
SIMPWN93.ZIP
/
SIMPWIN.ZIP
/
FUNG22.TXT
< prev
next >
Wrap
Text File
|
1997-08-18
|
225b
|
12 lines
Mouposition() gets the current x,y coordinates of the mouse in the 80x25
text screens.
Example:
int x,y;
mouposition(&x,&y);
This returns the current cursor position for mouse in x,y.