1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:17:44 +00:00

GWindow: Add SerenityKeys minimum functionality

This commit is contained in:
faissaloo 2019-06-03 16:02:49 +01:00
parent 9ac95d1867
commit 72264661fd
6 changed files with 109 additions and 4 deletions

View file

@ -106,6 +106,7 @@ public:
void update(const Rect&);
virtual bool accepts_focus() const { return false; }
virtual bool accepts_keyboard_select() const { return false; }
bool is_focused() const;
void set_focus(bool);