MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / Button

Method Button

SampleFramework12/v1.00/Settings.cpp:779–781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

777// == Button ======================================================================================
778
779Button::Button() : wasPressed(false), currentlyPressed(false)
780{
781}
782
783void Button::Initialize(const char* name_, const char* group_,
784 const char* label_, const char* helpText_)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected