Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Nanforum Toolkit v2.1 Reference Guide - <b>ft_msetcoord()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FT_MSETCOORD()
 Position the mouse cursor using text 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 using text (normal row and column)
    coordinates.

 Examples

    FT_MSETCOORD( 10, 20 )     // position mouse cursor at row 10, col 20
                             // in text screen coordinates

 Source: MOUSE1.PRG

 Author: Leo Letendre

See Also: FT_MGETPOS() FT_MGETCOORD() FT_MSETPOS() FT_MDEFCRS() FT_MGETX() FT_MGETY()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson