BarryServer : Git

All the code for all my projects
// BarryServer : Git / OrionLibC / blob / 2e2f919ac415da5f75aeb6b83981b659fa5072eb / include / sys / kbd.h

// Related

OrionLibC

Barry keyboard/Mouse driver headers 2e2f919 (2 years, 2 months ago)
#ifndef _SYS_KBD_H
#define _SYS_KBD_H

/* Structure for the keyboard input */
typedef struct KeyInput {
	unsigned char key;
} KeyInput;

#endif