mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Kernel: Add key_code_count
This commit is contained in:
parent
625ab1f527
commit
61a6ae038e
Notes:
sideshowbarker
2024-07-19 09:44:42 +09:00
Author: https://github.com/willmcpherson2 Commit: https://github.com/SerenityOS/serenity/commit/61a6ae038e9 Pull-request: https://github.com/SerenityOS/serenity/pull/1150 Reviewed-by: https://github.com/awesomekling Reviewed-by: https://github.com/bugaevc
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…
Reference in a new issue