mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-06-08 12:28:09 -04:00
Mod menu progress.
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
namespace recompui {
|
||||
|
||||
static const std::string hover_state = "hover";
|
||||
static const std::string disabled_state = "disabled";
|
||||
static const std::string_view hover_state = "hover";
|
||||
static const std::string_view disabled_state = "disabled";
|
||||
|
||||
Button::Button(const std::string &text, ButtonStyle style, Element *parent) : Element(parent, Events(EventType::Click, EventType::Hover, EventType::Enable), "button") {
|
||||
this->style = style;
|
||||
|
||||
Reference in New Issue
Block a user