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

Keyboard raw condition structure. More...

#include <dc/maple/keyboard.h>

Data Fields

kbd_mods_t modifiers
 Bitmask of set modifiers.
 
kbd_leds_t leds
 Bitmask of set LEDs.
 
kbd_key_t keys [MAX_PRESSED_KEYS]
 Key codes for currently pressed keys.
 

Detailed Description

Keyboard raw condition structure.

This structure is what the keyboard responds with as its current status.

Field Documentation

◆ keys

kbd_key_t kbd_cond_t::keys[MAX_PRESSED_KEYS]

Key codes for currently pressed keys.

◆ leds

kbd_leds_t kbd_cond_t::leds

Bitmask of set LEDs.

◆ modifiers

kbd_mods_t kbd_cond_t::modifiers

Bitmask of set modifiers.


The documentation for this struct was generated from the following file: