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_getcur()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
M_GETCUR()
Reads the mouse internal values
------------------------------------------------------------------------------
Syntax:

     M_GETCUR( @<cCursor>, @<cScreen>,;
               @<nHotX>, @<nHotY>     ) --> NIL

Parameters:

     <cCursor>  Cursor Mask. 8x16 bit mask that defines the mouse cursor
     shape.
     <cScreen>  Cursor BackGround. 8x16 bit mask that defines the cursor
     background.
     <nHotX>, <nHotY> Mouse hot section coordinates.

Returns:

     NIL

Description:

     Returns the internal parameters of the mouse.

Example:

     LOCAL cCursor, cScreen, nHotX, nHotY
     M_GETCUR( @cCursor, @cScreen,;
               @nHotX, @nHotY )

See also:

     M_SETCUR()

See Also: M_SETCUR()

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