Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - c_isextkb() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_ISEXTKB()

 DESCRIPTION

 C_ISEXTKB() determines if keyboard is an extended keyboard which
 has additional keys including Alt and Ctrl keys.

 SYNTAX

 C_ISEXTKB()

 PARAMETERS

 There are no parameters.

 RETURNS

 C_ISEXTKB() returns a true (.T.) if the keyboard is an extended
 keyboard or false (.F.) if it is not.

 EXAMPLES

 if c_isextkb()
   c_kbeflags() --> NC      && num and caps lock on
 endif


See Also: C_KBEFLAGS() C_KBFLAGS() C_KEYBOARD()

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