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:
parent
9ac95d1867
commit
72264661fd
6 changed files with 109 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue