KBDSetCountry

Syntax

#include <revolution/kbd.h>

KBDEc KBDSetCountry (KBDChannel ch, KBDCountryCode country);

Arguments

ch Keyboard channel to set.
country New KBDCountryCode value to be used for the keyboard.

Return Values

KBDEc Keyboard error code. KBD_SUCCESS if the call was successful.
KBD_ERR_NOT_INITIALIZED if the library was not initialized.
KBD_ERR_BAD_VALUE if ch or country is out of range.

Description

Sets the keyboard on channel ch to the language (layout) map specified by country.

See Also

Keyboard API Function List

Revision History

2007/03/19 Initial version.


CONFIDENTIAL