[<<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()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson