Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>rsetarea()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    rSetArea()

         Indicates the zone where could be the mouse

    Syntax:

         rSetArea( nY1, nX1, nY2, nX2 ) -> Nil

         nY1 : Inicial Y coordinate
         nX1 : Inicial X coordinate
         nY2 : Final Y coordinate
         nX2 : Final X coordinate

    Description:

         Indicates the zone where could be the mouse. So, the system
         won't allow that the pointer move out of this zone.

    Return:

         Nothing.

    Example:

         rSetArea ( 12, 20, 15, 60 )

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