diff options
author | crupest <crupest@outlook.com> | 2021-11-21 20:42:54 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-11-21 20:42:54 +0800 |
commit | 3f8e493423b7cfe96ab53531078b803da7beccbe (patch) | |
tree | a0a998c6b2b696eaf4f58870224fef31e65e3dbd /include/cru/platform/gui/Window.hpp | |
parent | 73b90d4fe6c93a288ca6514432fe1e83ddcf4928 (diff) | |
download | cru-3f8e493423b7cfe96ab53531078b803da7beccbe.tar.gz cru-3f8e493423b7cfe96ab53531078b803da7beccbe.tar.bz2 cru-3f8e493423b7cfe96ab53531078b803da7beccbe.zip |
...
Diffstat (limited to 'include/cru/platform/gui/Window.hpp')
-rw-r--r-- | include/cru/platform/gui/Window.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cru/platform/gui/Window.hpp b/include/cru/platform/gui/Window.hpp index f6e1d650..bab5e8fe 100644 --- a/include/cru/platform/gui/Window.hpp +++ b/include/cru/platform/gui/Window.hpp @@ -18,9 +18,9 @@ struct WindowStyleFlags { static constexpr WindowStyleFlag NoCaptionAndBorder{0b1}; }; -enum class WindowVisibilityType { Show, Hide }; +enum class WindowVisibilityType { Show, Hide, Minimize }; -enum class FocusChangeType { Gain, Lost }; +enum class FocusChangeType { Gain, Lose }; enum class MouseEnterLeaveType { Enter, Leave }; |