Browse Source

Kernel: Update key_code_count

This was not updated when the Menu button was added.
Aatos Majava 3 years ago
parent
commit
d17dca5c91
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Kernel/API/KeyCode.h

+ 1 - 1
Kernel/API/KeyCode.h

@@ -125,7 +125,7 @@ enum KeyCode : u8 {
         Key_Shift
     = Key_LeftShift,
 };
-const int key_code_count = Key_Super;
+const int key_code_count = Key_Menu;
 
 enum KeyModifier {
     Mod_None = 0x00,