home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
POWERdrive for you 1997 October
/
PDR_1097.ISO
/
share
/
win
/
spiele
/
bl_hole
/
module1.txt
< prev
next >
Wrap
Text File
|
1993-09-14
|
348b
|
14 lines
'â}âEâXâJü[â\âïâfü[â^Ä÷Ä≤é╠é╜é▀é╠ì\æóæ╠
Type lpptMouse
pX As Integer
pY As Integer
End Type
'é┼üAé╗é╠æσêµò╧Éö
Global M As lpptMouse
'Windows API é≡Ägéñé╜é▀é╠ÉΘî╛
Declare Function GetCursorPos Lib "User" (M As lpptMouse) As Integer
Declare Function SetCursorPos Lib "User" (ByVal X As Integer, ByVal Y As Integer) As Integer