MCPcopy Create free account
hub / github.com/TheRealMJP/Shadows / BoolGUI

Method BoolGUI

Shadows/SampleFramework11/TextGUI.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79static const wchar* BoolNames[2] = { L"Disabled", L"Enabled" };
80
81BoolGUI::BoolGUI(const wchar* name, bool value, KeyboardState::Keys toggleKey)
82 : TextGUI(name, value, 2, BoolNames, toggleKey)
83{
84}
85
86
87}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected