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
commit 7ee6c66ee9
Notes: sideshowbarker 2024-07-18 22:14:06 +09:00
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>