MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / ButtonState

Enum ButtonState

src/Abyss/UI/Button.h:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11namespace Abyss::UI {
12
13enum class ButtonState { Normal, Pressed, Disabled };
14
15template <Concepts::Drawable T> class Button {
16 T _drawable;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected