8 #ifndef KAPUI_BUTTON_HPP_
9 #define KAPUI_BUTTON_HPP_
11 #include "KapEngine.hpp"
12 #include "KapEngineEvents.hpp"
23 Button(std::shared_ptr<GameObject> go, std::string
const &textContent =
"Text");
31 void setText(std::string
const &text);
37 _defaultColor = color;
45 _clickedColor = color;
72 void __init(std::shared_ptr<GameObject> go);
73 void __updateImageColor();
Definition: EventAction.hpp:18
Definition: Component.hpp:38
main namespace
Definition: Component.hpp:17