1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:58:12 +00:00

Hook up the Keyboard device to the AbstractScreen.

Basic text editing in a TextBox works. How very cool :^)
This commit is contained in:
Andreas Kling 2019-01-11 04:40:05 +01:00
parent a3c39ea9d6
commit b95aa18315
4 changed files with 63 additions and 1 deletions

View file

@ -108,7 +108,9 @@ void VirtualConsole::set_active(bool b)
set_vga_start_row(0);
flush_vga_cursor();
#if 0
Keyboard::the().set_client(this);
#endif
}
inline bool is_valid_parameter_character(byte ch)