Update kernel api

This commit is contained in:
EnderIce2
2024-08-27 17:24:20 +03:00
parent 9bdb83c346
commit 021d6fdd6b
2 changed files with 11 additions and 0 deletions

View File

@ -168,6 +168,16 @@ typedef enum
typedef struct
{
KeyScanCodes Key;
union
{
struct
{
char IsScanCode : 1;
};
char Value;
};
unsigned char Character;
} KeyboardReport;
typedef struct