Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Mouse interface routines - <b>rdremexcl()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 RDREMEXCL()
 Clears an mouse excluded area set up by RDExclMouse()
------------------------------------------------------------------------------
 Syntax
      RDRemExcl( <nID> ) -> NIL
 Arguments
     <nID> - which is the ID number of the region to place
           back to active duty. It is given by RDExclMouse.
 Returns
     NIL
 Description
     This subroutine clears the excluded region set by ExcludeMouse
     for the currently active READ

 Examples
     nId=RDExclMouse(10,10,15,30)
     <code>
     RDRemExcl(nId)

 Source: MOUSEGET.PRG

 Author: Leo Letendre

See Also: RDEXCLMOUSE()

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