Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfkeydisab()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfkeydisab()
Disable the keyboard
------------------------------------------------------------------------------
Syntax:

     dfkeydisab( <lDisable> ) --> lOld

Parameters:

     <lDisable> If .T. disable the keyboard

Returns:

     <lOld>   Old setting

Description:

     Disable the keyboard

Example:

     ? "YES"
     inkey(0)
     
     ? "NO Keyboard - Try to press ALT+C"
     dfkeydisab(.T.)
     inkey(5)
     
     ? "YES"
     dfkeydisab(.F.)
     inkey(0)

See also:

     dfInkey()

See Also: dfInkey()

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