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:
parent
0d22ec9d32
commit
d9aaa8afe9
2 changed files with 11 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue