KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
Region Codes

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.
 

Detailed Description

Region codes for the Dreamcast keyboard.

This is the list of possible values for the "region" field in the kbd_state_t structure.

Macro Definition Documentation

◆ KBD_REGION_DE

#define KBD_REGION_DE   4

German keyboard.

◆ KBD_REGION_ES

#define KBD_REGION_ES   7

Spanish keyboard.

◆ KBD_REGION_FR

#define KBD_REGION_FR   5

French keyboard.

◆ KBD_REGION_IT

#define KBD_REGION_IT   6

Italian keyboard (not supported yet)

◆ KBD_REGION_JP

#define KBD_REGION_JP   1

Japanese keyboard.

◆ KBD_REGION_UK

#define KBD_REGION_UK   3

UK keyboard.

◆ KBD_REGION_US

#define KBD_REGION_US   2

US keyboard.