- Forcing the mouse pointer to a new position
- Posted by Peter Venis on December 31st, 2003
Hi,
How can I force the mouse pointer to move / jump to a position on the
screen? (I'm using C++).
Peter
- Posted by Derek Baker on December 31st, 2003
"Peter Venis" <petervenis@zonnet.nl> wrote in message
news:QREIb.51657$Sf1.269647@zonnet-reader-1...
SetCursorPos
--
Derek
- Posted by /dev/null on December 31st, 2003
Peter Venis wrote:
SetCursorPos(x,y);
--
/dev/null@localhost.localdomain
Similar Posts
- mouse pointer freezes sporadically, by single left clicking or tapping esc, the mouse pointer is freed up for use only to re-occur within minutes. (Microsoft Windows) by Banana
- mouse pointer freezes sporadically/consistently, by single left clicking or tapping esc, the mouse pointer is freed up for use only to re-occur within minutes. (Help and Support) by Banana
- mouse pointer freezes but the mouse is still active (Help and Support) by wheelman
- Mouse position and panning. (Drivers) by Brian
- Mouse Pointer position in a Mirror Driver. (Drivers) by Mark Kressin

