mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:38:10 +00:00
LibGUI: Remove bitrotted automatic keybinds feature
This feature hasn't been working at all for several months, so let's just remove it and simplify GWindow event handling.
This commit is contained in:
parent
c85bdff57a
commit
23e16a3e2e
6 changed files with 4 additions and 132 deletions
|
@ -121,7 +121,6 @@ public:
|
|||
void update(const Rect&);
|
||||
|
||||
virtual bool accepts_focus() const { return false; }
|
||||
virtual bool supports_keyboard_activation() const { return false; }
|
||||
|
||||
bool is_focused() const;
|
||||
void set_focus(bool);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue