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>_mstate()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _mState()
 Retrieve the current mouse state
------------------------------------------------------------------------------
 C Prototype

     #include "llibg.api"
     ERRCODE _mState(
                      BOOL bReset,
                      LLG_LPMOUSESTATE lpMState
                    )

 Arguments

     bReset is a flag that resets the number of left and right mouse
     clicks if you specify true (.T.).  If you specify false (.F.), these
     values are not reset.

     lpMState is a pointer to an LLG_MOUSESTATE structure that you must
     allocate prior to calling this function.  _mState() writes information
     regarding the current mouse state to this structure.

 Returns

     SUCCESS if successful; otherwise, an error code.

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


See Also: LLG_MOUSESTATE

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