diff options
Diffstat (limited to 'src/crepe/api/Button.h')
-rw-r--r-- | src/crepe/api/Button.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crepe/api/Button.h b/src/crepe/api/Button.h index 709854a..f533452 100644 --- a/src/crepe/api/Button.h +++ b/src/crepe/api/Button.h @@ -11,6 +11,7 @@ public: bool interactable = true; bool is_toggle = false; bool is_pressed = false; + bool hover = false; std::function<void()> on_click; public: virtual int get_instances_max() const { return 1; } |