Advertisement

Mouse Cursor Position

Started by July 31, 2001 05:04 PM
1 comment, last by Aribu 23 years, 6 months ago
This may sound like an odd question... In what way can you get the mouse cursor position without using Windows messages or DirectInput? I realize that these work pretty well, but I don''t need DirectInput for my project, and I was curious if there was a faster way than using the message handler. Thanks.
GetCursorPos or something similar should do.
Advertisement
Thanks for the reply; that's exactly the kind of thing I wanted, and was pretty sure existed somewhere. I tried looking for something like that in the VC++ docs, but wasn't sure exactly what to search for.

Edited by - Aribu on July 31, 2001 6:49:02 PM

This topic is closed to new replies.

Advertisement