PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
event_kbd_t Struct Reference

Keyboard event. More...

#include <event.h>

Collaboration diagram for event_kbd_t:

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

◆ type

kbd_event_type_t event_kbd_t::type

Definition at line 139 of file event.h.

◆ mods

kbd_mods_t event_kbd_t::mods

Definition at line 140 of file event.h.

◆ code

keycode_t event_kbd_t::code

Definition at line 141 of file event.h.

◆ ascii

char event_kbd_t::ascii

Definition at line 142 of file event.h.


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