diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-04 21:51:08 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-04 21:51:08 +0100 |
commit | a199b953d634426b48224487b478649e3937ee10 (patch) | |
tree | d346cd85f080d19d1ac05e2882727c7fa5b9ab52 /src/crepe/api/Button.h | |
parent | d941f497c10bb9146bb83c5c4e59e844d0641a04 (diff) |
make format
Diffstat (limited to 'src/crepe/api/Button.h')
-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 baee71f..3b5da96 100644 --- a/src/crepe/api/Button.h +++ b/src/crepe/api/Button.h @@ -21,8 +21,8 @@ public: * \param is_toggle Optional flag to indicate if the button is a toggle button. Defaults to false. * \param on_click callback function that will be invoked when the button is clicked. */ - Button(game_object_id_t id, const vec2 & dimensions, const vec2 & offset, const std::function<void()>& on_click, - bool is_toggle = false); + Button(game_object_id_t id, const vec2 & dimensions, const vec2 & offset, + const std::function<void()> & on_click, bool is_toggle = false); /** * \brief Indicates if the button is a toggle button (can be pressed and released). |