PatchworkOS
Loading...
Searching...
No Matches
event_kbd_t Struct Reference

Keyboard event. More...

#include <event.h>

Data Fields

kbd_event_type_t type
 
kbd_mods_t mods
 
keycode_t code
 
char ascii
 

Detailed Description

Keyboard event.

Sent when a key is pressed or released.

Definition at line 137 of file event.h.

Field Documentation

◆ ascii

char event_kbd_t::ascii

Definition at line 142 of file event.h.

◆ code

keycode_t event_kbd_t::code

Definition at line 141 of file event.h.

Referenced by dwm_kbd_read(), procedure(), taskbar_procedure(), and terminal_procedure().

◆ mods

kbd_mods_t event_kbd_t::mods

Definition at line 140 of file event.h.

Referenced by dwm_kbd_read().

◆ type

kbd_event_type_t event_kbd_t::type

Definition at line 139 of file event.h.

Referenced by dwm_kbd_read(), procedure(), taskbar_procedure(), and terminal_procedure().


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