mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
FEAT: Lumos file searcher
This commit is contained in:
@@ -269,3 +269,7 @@ uint64_t mouse_handler(registers_t *regs) {
|
||||
void ps2_init(void) {
|
||||
mouse_init();
|
||||
}
|
||||
|
||||
bool ps2_shift_pressed(void) {
|
||||
return shift_pressed;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user