[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
SetMousePos()
Move the mouse cursor to a location on the screen.
------------------------------------------------------------------------------
Syntax:
SetMousePos( <nRow>, <nCol> ) --> NIL
Arguments:
<nRow> is the text row to position the mouse cursor.
<nCol> is the text column to position the mouse cursor.
Returns:
SetMousePos() returns a NIL.
Description:
SetMousePos() is used to change the location of the mouse cursor.
The new will location will be specified by the text location row and
column and not the pixel location. This function will work whether the
mouse is on or off.
Files: Library is MOUSE.LIB.
See Also:
MouseRow()
MouseCol()
MOUSE.PRG
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson