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_mxlimit()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FT_MXLIMIT()
 Set vertical bounds of mouse using virtual screen coord.
------------------------------------------------------------------------------

 Syntax

     FT_MXLIMIT( <nX1>, <nX2> ) -> NIL

 Arguments

    <nX1> is the top row limit.

    <nX2> is the bottom row limit.

 Returns

    NIL

 Description

    Set maximum vertical bounds of mouse using virtual screen coordinates.

 Examples

    FT_MXLIMIT( 10, 20 )

 Source: MOUSE1.PRG

 Author: Leo Letendre

See Also: FT_MYLIMIT() FT_MINREGION()

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