Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
namespace Abyss::UI {
12
13
enum class ButtonState { Normal, Pressed, Disabled };
14
15
template <Concepts::Drawable T> class Button {
16
T _drawable;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected