Skip to content

Commit

Permalink
Updated outdated comment for ButtonBase
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrFlajsingr committed Sep 20, 2022
1 parent 6415ecb commit 3b38cf6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/pf_imgui/elements/Button.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@ class ArrowButton;
class InvisibleButton;

/**
* @brief A typical button element.
*
* A button with a text label and an option to change its render type by using enum ButtonType.
* @brief Base class for buttons.
*
* @see ButtonType
* A button with click event and an option to control repeatable click trigger.
*/
class PF_IMGUI_EXPORT ButtonBase : public ItemElement {
public:
Expand Down

0 comments on commit 3b38cf6

Please sign in to comment.