diff options
Diffstat (limited to 'src/crepe/api')
-rw-r--r-- | src/crepe/api/Button.h | 4 |
1 files changed, 2 insertions, 2 deletions
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. * |