[Mammoth/Voyageurs] Add shift modifiers for scancodes.

This commit is contained in:
Drew Galbraith 2024-02-24 15:25:00 -08:00
parent a9351b222d
commit 844f55c7d0
8 changed files with 65 additions and 107 deletions

View file

@ -25,5 +25,5 @@ class KeyboardDriver {
uint64_t bitmap_ = 0;
void ProcessInput(uint64_t input);
void SendKeypress(uint8_t scancode);
void SendKeypress(uint16_t scancode);
};