mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:27:35 +00:00
Flesh out keyboard event support a bit more.
This commit is contained in:
parent
76a2881793
commit
aefbbeb3cb
7 changed files with 196 additions and 84 deletions
|
@ -17,7 +17,7 @@ public:
|
|||
|
||||
private:
|
||||
// ^KeyboardClient
|
||||
virtual void on_key_pressed(Keyboard::Key) override;
|
||||
virtual void on_key_pressed(Keyboard::Event) override;
|
||||
|
||||
// ^ConsoleImplementation
|
||||
virtual void on_sysconsole_receive(byte) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue