[Mammoth/Voyageurs] Add shift modifiers for scancodes.
This commit is contained in:
parent
a9351b222d
commit
844f55c7d0
8 changed files with 65 additions and 107 deletions
|
|
@ -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);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue