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

Method SetNames

Shadows/SampleFramework11/TextGUI.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void TextGUI::SetNames(const wchar** valueNames)
41{
42 for(uint32 i = 0; i < numValues; ++i)
43 this->valueNames.push_back(valueNames[i]);
44}
45
46void TextGUI::Update(const KeyboardState& kbState, const MouseState& mouseState)
47{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected