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

Method Button

SampleFramework12/v1.02/Settings.cpp:781–783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected