Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Nanforum Toolkit v2.1 Reference Guide - <b>ft_minregion()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FT_MINREGION()
 Test if the mouse cursor is in the passed region
------------------------------------------------------------------------------

 Syntax

     FT_MINREGION( <nT>, <nL>, <nB>, <nR> ) -> lInRegion

 Arguments

    <nT>, <nL> <nB> <nR> are the four corners of the screen region.

 Returns

    .T. if mouse is in specified region.

 Description

    This function will check to see if the mouse cursor is
    within the confines of the specified region.

 Examples

    IF FT_MINREGION( 10, 10, 11, 20 )
      nChoice := 1
    ENDIF

 Source: MOUSE1.PRG

 Author: Leo Letendre

See Also: FT_MXLIMIT() FT_MYLIMIT() FT_MINREGION()

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