mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:37:35 +00:00
WindowManager: Make the Logo key open the system menu
This commit is contained in:
parent
c51209a06a
commit
7ee6c66ee9
2 changed files with 19 additions and 0 deletions
|
@ -353,6 +353,8 @@ private:
|
|||
String m_dnd_text;
|
||||
RefPtr<Core::MimeData> m_dnd_mime_data;
|
||||
RefPtr<Gfx::Bitmap> m_dnd_bitmap;
|
||||
|
||||
bool m_previous_event_is_key_down_logo { false };
|
||||
};
|
||||
|
||||
template<typename Callback>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue