1
Fork 0
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:
Jean-Baptiste Boric 2021-01-26 19:36:09 +01:00 committed by Andreas Kling
parent c51209a06a
commit 7ee6c66ee9
2 changed files with 19 additions and 0 deletions

View file

@ -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>