Using an Extended Keyboard

Vermont Views supports the additional functionality provided by the extended keyboard. During initialization, vv_init(), by default, checks if an extended keyboard is present. If it is, a global flag is set. The Vermont Views functions that read the keyboard use the value of this flag to determine the proper DOS BIOS interrupt needed to read the keyboard.

The default is for vv_init() to check for the extended keyboard. To disable this check, call:

init_nochk(KB_EXTEND);

before calling vv_init() in your main program.

The differences between the standard keyboard and the extended keyboard and how Vermont Views handles these differences are as follows:


Home Contents Previous Next