xHarbour Reference Documentation > Function Reference |
Moves the mouse cursor to a new position on screen.
MSetPos( <nRow>, <nCol> ) --> NIL
The return value is always NIL.
MSetPos() is used in full screen or console window applications to move the mouse cursor to a new position on the screen. It is a compatibility function.
See also: | MCol(), MRow(), MSetBounds(), MSetCursor(), SetMouse() |
Category: | Mouse functions |
Source: | rtl\mouseapi.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com