mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
Fix key event handling
This commit is contained in:
parent
8386e44fda
commit
eb3020bde7
@ -171,6 +171,8 @@ namespace Driver
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
if (ScanCode & KEY_PRESSED)
|
||||
KeyQueue.push_back(GetScanCode(ScanCode, UpperCase || CapsLock));
|
||||
|
||||
SlaveDeviceFile *sdf = (*slave)[MinorID];
|
||||
|
Loading…
x
Reference in New Issue
Block a user