The information in this article applies to:
SUMMARYIn Microsoft C, when reading extended characters you must make two calls to getch() because the first call returns a value indicating that the key is an extended character. The second call returns the actual key code. MORE INFORMATIONWhen you are reading an extended character, the first return value will be either 0xE0 or 0x00, depending on which extended key is pressed. Sample Code
For a discussion of keystrokes and scan codes, refer to "The New Peter
Norton Programmer's Guide to the IBM PC & PS/2," by Peter Norton and
Richard Wilton.
Additional query words:
Keywords : kbcode kbCRT kbVC100 kbVC150 kbVC200 kbVC210 kbVC400 kbVC500 kbVC600 |
Last Reviewed: July 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |