MicrOS
micros_keyboard_scan_ascii_pair Struct Reference

Structure with the scancode and the ASCII representation. More...

#include <micros_keyboard.h>

Public Attributes

unsigned char scancode
 Scancode representing the specified key. More...
 
unsigned char ascii
 ASCII representation of the specified key. More...
 

Detailed Description

Structure with the scancode and the ASCII representation.

Member Data Documentation

◆ ascii

unsigned char micros_keyboard_scan_ascii_pair::ascii

ASCII representation of the specified key.

◆ scancode

unsigned char micros_keyboard_scan_ascii_pair::scancode

Scancode representing the specified key.


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