Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TSDWIN: Clipper 5.0 Interface Library - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

 twMClickShow( nButton, nTop, nLeft, nBottom, nRight )
 ----------------------------------------------------------------------------
     If nButton is pressed in the region defined, display the region in
     the Clipper enhanced colour until the button is released.

       Arguments:

     nButton - 'N'  Mouse button to check.

     nTop,nLeft,nBottom,nRight - 'N' Coordinates of the region to check.

       Return:

     TRUE is there was  a  click in the region.

       Example:

     // Check QUIT
     IF twMClickShow( 1, twRow( 1 ), twCol( 3 ), twRow( 1 ), twCol( 7 ))
         KEYBOARD CHR( K_ESC )
     ENDIF

See Also: twAMClickShow()

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