[<<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()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson