[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FT_MSETPOS()
 Position the mouse cursor using virtual screen coordinates
------------------------------------------------------------------------------

 Syntax

     FT_MSETPOS( <nX>, <nY> ) -> NIL

 Arguments

    <nX> is the desired mouse row.

    <nY> is the desired mouse column.

 Returns

    NIL

 Description

    Positions mouse cursor on screen. The virtual coordinate system in text
    mode has eight virtual coordinates per character cell. Thus x=16 means
    that you are in the Row 2.

 Examples

    FT_MSETPOS( 10, 20 )     // position mouse cursor at row 10, col 20
                             // in virtual screen coordinates

 Source: MOUSE1.PRG

 Author: Leo Letendre

See Also: FT_MGETPOS() FT_MGETCOORD() FT_MSETCOORD() FT_MGETX() FT_MGETY()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson