KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Region codes for the Dreamcast keyboard More...
Macros | |
#define | KBD_REGION_JP 1 |
Japanese keyboard. | |
#define | KBD_REGION_US 2 |
US keyboard. | |
#define | KBD_REGION_UK 3 |
UK keyboard. | |
#define | KBD_REGION_DE 4 |
German keyboard. | |
#define | KBD_REGION_FR 5 |
French keyboard. | |
#define | KBD_REGION_IT 6 |
Italian keyboard (not supported yet) | |
#define | KBD_REGION_ES 7 |
Spanish keyboard. | |
Region codes for the Dreamcast keyboard
This is the list of possible values for the "region" field in the kbd_state_t structure.
#define KBD_REGION_DE 4 |
German keyboard.
#define KBD_REGION_ES 7 |
Spanish keyboard.
#define KBD_REGION_FR 5 |
French keyboard.
#define KBD_REGION_IT 6 |
Italian keyboard (not supported yet)
#define KBD_REGION_JP 1 |
Japanese keyboard.
#define KBD_REGION_UK 3 |
UK keyboard.
#define KBD_REGION_US 2 |
US keyboard.