diff options
author | crupest <crupest@outlook.com> | 2020-12-26 19:39:24 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-12-26 19:39:24 +0800 |
commit | 715be3c81b96fcf87c7650501d71480a8743a984 (patch) | |
tree | f56119db325f57280ab625cf1927b846e3eebdcb /include/cru/platform | |
parent | 61b835d47ab98279c5f2f43bebcd4fe18f7c408d (diff) | |
download | cru-715be3c81b96fcf87c7650501d71480a8743a984.tar.gz cru-715be3c81b96fcf87c7650501d71480a8743a984.tar.bz2 cru-715be3c81b96fcf87c7650501d71480a8743a984.zip |
...
Diffstat (limited to 'include/cru/platform')
-rw-r--r-- | include/cru/platform/gui/Keyboard.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cru/platform/gui/Keyboard.hpp b/include/cru/platform/gui/Keyboard.hpp index e12cccda..6c29239b 100644 --- a/include/cru/platform/gui/Keyboard.hpp +++ b/include/cru/platform/gui/Keyboard.hpp @@ -116,6 +116,7 @@ struct TagKeyModifier {}; using KeyModifier = Bitmask<details::TagKeyModifier>; struct KeyModifiers { + static constexpr KeyModifier none{0}; static constexpr KeyModifier shift{0b1}; static constexpr KeyModifier ctrl{0b10}; static constexpr KeyModifier alt{0b100}; |