|
-
December 6th, 1999, 03:57 AM
#1
How to detect the current Mouse position?
How can i find the current mouse position?
Thanks
Sigal.
-
December 6th, 1999, 04:50 AM
#2
Re: How to detect the current Mouse position?
GetCurPos APi gives it w.r.t the screen.
Defn., from API viewer:
Declare Function GetCursorPos Lib "user32" Alias "GetCursorPos" (lpPoint as POINTAPI) as Long
Then you can find if it is in rect/rgn of interest using Ptinrect kind of APIS
RK
-
December 6th, 1999, 04:54 AM
#3
Re: How to detect the current Mouse position?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|