[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Move_Mouse


Purpose   Repositions the mouse cursor.

Decln.    Move_Mouse(X,Y:byte);

Remarks   X, Y are the new mouse coordinates.

          This procedure is the functional equivalent of GotoXY for the
          text cursor.

Example

BEGIN
    MOVE_MOUSE(40,10);
END;

See Also: Confine_Mouse_Horiz Confine_Mouse_Vert
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson