Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - <b>method rbuttondown( nrow, ncol, nkeyflags ) class twindow</b> http://www.ousob.com [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 METHOD RButtonDown( nRow, nCol, nKeyFlags ) CLASS TWindow

 Right Mouse button down dispatcher
--------------------------------------------------------------------------------
   TWindow::RButtonDown( nRow, nCol, nKeyFlags )


Function: This method is called whenever the right mouse button is
          pushed down. RButtonDown() will check to see if the bRClicked
          instance variable contains a code block. If that is the case
          the codeblock will be called with the parameters
          RButtonDown() has received.

Parameters:

<nRow>      The pixel row where the mouse cursor was
            positioned when the mouse click occurred.

<nCol>      The pixel column where the mouse cursor
            was positioned when the mouse click
            occurred.

<nKeyFlags> Indicates which virtual keys are down and
            if the right or the middle mouse button was
            pressed also.

            It can be a combination of the following
            values which have the following constant
            names in the MS-Windows API description::

            MK_RBUTTON  2   The right mouse button was
                            pressed also.

            MK_SHIFT    4   The <Shift> key was
                            pressed.

            MK_CONTROL  8   The <ctrl> key was pressed.

            MK_MBUTTON  16  The middle mouse button was
                            pressed.




Online resources provided by: http://www.ousob.com --- NG 2 HTML conversion by Dave Pearson