[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _twM6A( nB )
 ----------------------------------------------------------------------------
     Get the status of a mouse button released (0 = up, 1 = down). The
     button status is a single integer value. Bit 0 represents the left
     hand button and bit 1 the right hand button. The value of a bit is
     1 if the button is down and 0 if it is up.

       Arguments:

     nB - 'N' 0 if you want the status of the left hand button.
              1 for the right hand button.

       Return:

     0 - button released.
     1 - button pressed.

       Example:

     nLeftButtonreleased := _twM6A( 0 )

See Also: twMBRelease()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson