mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 16:18:12 +00:00
Kernel: Add key_code_count
This commit is contained in:
parent
625ab1f527
commit
61a6ae038e
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ enum KeyCode : u8 {
|
|||
|
||||
Key_Shift = Key_LeftShift,
|
||||
};
|
||||
const int key_code_count = Key_Logo;
|
||||
|
||||
enum KeyModifier {
|
||||
Mod_None = 0x00,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue