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

Values for the different keyboard LEDs. More...

Macros

#define KBD_LED_NUMLOCK   (1<<0)
 
#define KBD_LED_CAPSLOCK   (1<<1)
 
#define KBD_LED_SCRLOCK   (1<<2)
 

Detailed Description

Values for the different keyboard LEDs.

This is the LEDs that can be turned on and off on the keyboard. This list may not be exhaustive. Think of these sorta like an extension of the modifiers list.

Macro Definition Documentation

◆ KBD_LED_CAPSLOCK

#define KBD_LED_CAPSLOCK   (1<<1)

◆ KBD_LED_NUMLOCK

#define KBD_LED_NUMLOCK   (1<<0)

◆ KBD_LED_SCRLOCK

#define KBD_LED_SCRLOCK   (1<<2)