diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-03-31 13:38:02 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-03-31 13:38:02 +0200 |
commit | 2aea0635f46d4356953b1885bf6f8510cb5b038f (patch) | |
tree | 0fc47d2bec8844f4307586b0c18f28a3fab98232 /include/gui | |
parent | 5dc945eb6a0361ee7a64314f7a2acbf24ea9b565 (diff) |
wip
Diffstat (limited to 'include/gui')
-rw-r--r-- | include/gui/Button.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gui/Button.hpp b/include/gui/Button.hpp index 145d869..84098b2 100644 --- a/include/gui/Button.hpp +++ b/include/gui/Button.hpp @@ -15,5 +15,6 @@ namespace gsr { private: mgl::vec2f size; bool mouse_inside = false; + bool pressed_inside = false; }; }
\ No newline at end of file |