Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TCXL Database - entkey http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
EntKey

Assign alternate keyboard support.

Header File.....TCXLent.h

Prototype.......IntT CTYP EntKey(KfvCP gk, KeyP tk);

Source File.....ENT\ENTKEY.C

Arguments.......gk -  Alternate getkey() function
                tk -  Pointer to location to store termination key

Returns.........ERR_NUL  -  No Error
                ERR_ARG  -  Argument Failure
                   TcxlErr contains:
                   W_NOACTIVE  -  No Active Form
                   W_NOFRMBEG  -  No Begin Of Form Specified

Notes...........Allows you to extend or modify the data entry keys used as
                the alternate get-key function so that during EntGet()
                processing you can get a key, test it, change it, or do
                whatever else you like with it before you return it to
                EntGet().  It also lets you specify a variable to receive
                the key that caused termination of the form. The call to
                EntKey() can be contained anywhere between EntDef() and
                EntGet().

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