Add some keyboard keys

This commit is contained in:
wyt8 2026-02-10 16:20:03 +00:00
parent 643df09722
commit ffae1f1c3c
1 changed files with 4 additions and 0 deletions

View File

@ -345,6 +345,10 @@ pub enum KeyCode {
VolumeDown = 114,
VolumeUp = 115,
// Misc keys.
Power = 116,
Pause = 119,
// Starting code of button events.
BtnMisc = 0x100,