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

uint8 modifiers
 Bitmask of set modifiers.
 
uint8 leds
 Bitmask of set LEDs.
 
uint8 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

uint8 kbd_cond_t::keys[MAX_PRESSED_KEYS]

Key codes for currently pressed keys.

◆ leds

uint8 kbd_cond_t::leds

Bitmask of set LEDs.

◆ modifiers

uint8 kbd_cond_t::modifiers

Bitmask of set modifiers.


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