home *** CD-ROM | disk | FTP | other *** search
/ POWERdrive for you 1997 October / PDR_1097.ISO / share / win / spiele / bl_hole / module1.txt < prev    next >
Text File  |  1993-09-14  |  348b  |  14 lines

  1. 'â}âEâXâJü[â\âïâfü[â^Ä÷Ä≤é╠é╜é▀é╠ì\æóæ╠
  2. Type lpptMouse
  3.     pX As Integer
  4.     pY As Integer
  5. End Type
  6.  
  7. 'é┼üAé╗é╠æσêµò╧Éö
  8. Global M As lpptMouse
  9.  
  10. 'Windows API é≡Ägéñé╜é▀é╠ÉΘî╛
  11. Declare Function GetCursorPos Lib "User" (M As lpptMouse) As Integer
  12. Declare Function SetCursorPos Lib "User" (ByVal X As Integer, ByVal Y As Integer) As Integer
  13.  
  14.