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

LibGUI: Open context menu on 'Menu' key down

This commit is contained in:
Jean-Baptiste Boric 2021-02-13 15:23:13 +01:00 committed by Andreas Kling
parent 0d22ec9d32
commit d9aaa8afe9
2 changed files with 11 additions and 1 deletions

View file

@ -345,6 +345,7 @@ private:
void handle_mousedown_event(MouseEvent&);
void handle_mousedoubleclick_event(MouseEvent&);
void handle_mouseup_event(MouseEvent&);
void handle_keydown_event(KeyEvent&);
void handle_enter_event(Core::Event&);
void handle_leave_event(Core::Event&);
void focus_previous_widget(FocusSource, bool siblings_only);