Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Technical Reference - <b>_mpixpos()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _mPixPos()
 Set the X and Y pixel-based coordinates of the mouse pointer
------------------------------------------------------------------------------
 C Prototype

     #include "llibg.api"
     void _mPixPos(
                    int iX,
                    int iY
                  )

 Arguments

     iX is the new pixel-based X coordinate.

     iY is the new pixel-based Y coordinate.

 Description

     _mPixPos() moves the mouse pointer to a new screen location that you
     specify in pixel-based coordinates.  After the mouse pointer is
     positioned, _mPixX(),  _mPixY(), _mRow() and _mCol() are updated
     accordingly.

 Files   Library is LLIBG.LIB, header file is Llibg.api.


See Also: _mPixX() _mPixY()

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