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>rddescend()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 RDDESCEND()
 Returns logical indicating READ systems descending status
------------------------------------------------------------------------------
 Syntax
      RDDESCEND() -> <lDescend>
 Arguments
     None
 Returns
     <lDescend> which is .T. if the GET/READ system will descend
           to a lower level than the current one and is .F. if it
           will stay at the same level.
 Description
     This routine can be useful when a READ is performed in a VALID clause.
     It is the mouse equivalent of the keyboard test LASTKEY()=K_ESC.
 Examples
     IF RDDescend()
        <Check other gets>
     ENDIF

 Source: MOUSEGET.PRG

 Author: Leo Letendre

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