Is there one?
Thanks
SWakely662 <swake...@aol.com> wrote in article
<19971113203...@ladder01.news.aol.com>...
> windows program in C that needs to find the coordinates of the mouse at
any
> point in time. I would have thought that there would be some simple
void GetCursorPos(lppt)
POINT FAR* lppt; /* address of structure for cursor position */
The GetCursorPos function retrieves the screen coordinates of the cursor's
current position.
--
(My return address is intentionally invalid; delete ".---" to get my real address.
My responses are not to be considered official technical support or advice.)
Dave
nojunkmailp...@netvalue.net
SWakely662 wrote:
>
> Hello all,
> I have a question which should really be a very simple one. I am writing a
> windows program in C that needs to find the coordinates of the mouse at any