mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 17:44:56 +09: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: 61a6ae038e
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…
Add table
Add a link
Reference in a new issue