EVT_setCodePage

Sets the currently active code page for translation of keyboard characters.

Declaration

void EVTAPI EVT_setCodePage(
    codepage_t *page)

Prototype In

event.h

Parameters

page

New code page to make active

 

Description

This function is used to set a new code page translation table that is used to translate virtual scan code values to ASCII characters for different keyboard configurations. The default is usually US English, although if possible the PM library will auto-detect the correct code page translation for the target OS if OS services are available to determine what type of keyboard is currently attached.

See Also

EVT_getCodePage

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com