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]

 twMFound( nTop, nLeft, nBottom, nRight )
 ----------------------------------------------------------------------------
     Determine whether the mouse cursor is within the region bounded by
     the specified coordinates.

       Arguments:

     nTop,nLeft,nBottom,nRight - 'N' Screen Coordinates.

       Return:

     TRUE if the mouse cursor is in the specified region, otherwise
     FALSE.

       Example:

     IF twMFound( 3, 3, 10, 10 )
        //Do something
     ENDIF

See Also: twAMFound()

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