xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

MSetPos()

Moves the mouse cursor to a new position on screen.

Syntax

MSetPos( <nRow>, <nCol> ) --> NIL

Arguments

<nRow>
A numeric value between 0 and MaxRow() specifying the new row position of the mouse cursor.
<nCol>
A numeric value between 0 and MaxCol() specifying the new columnn position of the mouse cursor.

Return

The return value is always NIL.

Description

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.

Info

See also:MCol(), MRow(), MSetBounds(), MSetCursor(), SetMouse()
Category: Mouse functions
Source:rtl\mouseapi.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe