Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>m_setpxpos()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
M_SETPXPOS()
Sets the position of the mouse cursor in pixels
------------------------------------------------------------------------------
Syntax:

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

Parameters:

     <nRow>     Row (in Pixels)
     <nCol>     Column (In Pixels)

Returns:

     NIL

Description:

     Sets the mouse cursor at the specified poistion.

Example:

     M_SETPXPOS( 200, 320 ) // Centered

See also:

     M_SETPOS()

See Also: M_SETPOS()

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