1
Fork 0
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:
William McPherson 2020-01-31 03:00:37 +11:00 committed by Andreas Kling
parent 625ab1f527
commit 61a6ae038e

View file

@ -138,6 +138,7 @@ enum KeyCode : u8 {
Key_Shift = Key_LeftShift,
};
const int key_code_count = Key_Logo;
enum KeyModifier {
Mod_None = 0x00,