Recently i have gotten codes which allowed me to getmouse position & setmouse
position. My problem is that I need to save the mouse position every 30 ms.
The saving will terminate when i close my application. However , my application
require another function to 'playback' the mouse position and that the mouse
is being moved to the position saved earlier and again every 30 ms. This
is really a difficult problem . How should i save the mouse position and
how to 'playback' the mouse position ?
12-07-2000, 01:29 PM
Jason Bock
Re: Mouse Position
"Ranger" <eng70640@nus.edu.sg> wrote in message
news:3a2fd5be@news.devx.com...
> Recently i have gotten codes which allowed me to getmouse position &
setmouse
> position. My problem is that I need to save the mouse position every 30
ms.
> The saving will terminate when i close my application. However , my
application
> require another function to 'playback' the mouse position and that the
mouse
> is being moved to the position saved earlier and again every 30 ms. This
> is really a difficult problem . How should i save the mouse position and
> how to 'playback' the mouse position ?
I believe John Robbins has tackled the same problem using his Test tool.
Check out the June 2000 MSDN issue for more information.
Regards,
Jason
12-07-2000, 01:29 PM
Jason Bock
Re: Mouse Position
"Ranger" <eng70640@nus.edu.sg> wrote in message
news:3a2fd5be@news.devx.com...
> Recently i have gotten codes which allowed me to getmouse position &
setmouse
> position. My problem is that I need to save the mouse position every 30
ms.
> The saving will terminate when i close my application. However , my
application
> require another function to 'playback' the mouse position and that the
mouse
> is being moved to the position saved earlier and again every 30 ms. This
> is really a difficult problem . How should i save the mouse position and
> how to 'playback' the mouse position ?
I believe John Robbins has tackled the same problem using his Test tool.
Check out the June 2000 MSDN issue for more information.