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]

 twMConfine( nTop, nLeft, nBottom, nRight, lAbs )
 ----------------------------------------------------------------------------
     Confine the mouse cursor to a specified region in either absolute
     screen coordinates or window coordinates for the current window.

       Arguments:

     nTop,nLeft,nBottom,nRight - 'N' Coordinates of the region in which
                                     to confine the mouse cursor.

     lAbs - 'L' Logical to indicate whether screen or window
                coordinates are to be used. If TRUE, this function uses
                screen coordinates.

       Return:

     NIL

       Example:

     twMConfine( 3, 3, 10, 10, .T. )

     Confines the mouse cursor to a region bounded by 3, 3, 10, 10 in
     the current window.

See Also: twMFree() twMXConfine() twMYConfine()

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