RPV Event driven kernel
Loading...
Searching...
No Matches
console_key_s Struct Reference

Console key event data. More...

#include <events.h>

Data Fields

char code
 ASCII character code.
 
uint8_t scan_code
 Hardware scan code.
 

Detailed Description

Console key event data.

Contains input (e.g. keyboard or tty) information associated with a console key event.

Field Documentation

◆ code

char code

ASCII character code.

Note
May be zero for non-printable keys.

◆ scan_code

uint8_t scan_code

Hardware scan code.

Raw scan code received from an input controller. In case of tty it can be zero always


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