From 5c7d01c49081e0127f00116a7ff174a79c6325d5 Mon Sep 17 00:00:00 2001 From: WBoerenkamps Date: Thu, 5 Dec 2024 13:01:55 +0100 Subject: todo --- src/crepe/api/Button.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/crepe') diff --git a/src/crepe/api/Button.h b/src/crepe/api/Button.h index 3b5da96..578f21e 100644 --- a/src/crepe/api/Button.h +++ b/src/crepe/api/Button.h @@ -8,7 +8,7 @@ namespace crepe { /** * \brief Represents a clickable UI button, derived from the UiObject class. - * + * */ class Button : public UIObject { public: @@ -31,7 +31,7 @@ public: * typically only has an on-click state. */ bool is_toggle = false; - + // TODO: toggle button in new class /** * \brief The callback function to be executed when the button is clicked. * -- cgit v1.2.3