mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:17:34 +00:00
Add a slight hover highlight to GButton and WSButton. :^)
This commit is contained in:
parent
22c204af66
commit
f12573cb63
6 changed files with 40 additions and 13 deletions
|
@ -34,4 +34,5 @@ private:
|
|||
Retained<CharacterBitmap> m_bitmap;
|
||||
bool m_pressed { false };
|
||||
bool m_visible { true };
|
||||
bool m_hovered { false };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue