WindowServer: Make focused window bounce by pressing F2

This was an awesome idea by [@Dcraftbg](https://github.com/Dcraftbg)
This commit is contained in:
2024-09-12 20:09:23 +03:00
parent c706829a91
commit 97da386ed6
2 changed files with 24 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ private:
bool m_deleted_window { false };
bool m_is_stopped { false };
bool m_is_bouncing_window = false;
LibFont::Font m_font;
};