#include <revolution/kbd.h> KBDEc KBDSetCountry (KBDChannel ch, KBDCountryCode country);
| ch | Keyboard channel to set. |
|---|---|
| country | New KBDCountryCode value to be used for the keyboard. |
| 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.
|
|---|
Sets the keyboard on channel ch to the language (layout) map specified by country.
2007/03/19 Initial version.
CONFIDENTIAL