Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hopson97/HopsonCraft
/ update
Method
update
Source/GUI/Text_Box.cpp:62–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
void Text_Box::update()
63
{
64
m_text.setString(*m_inputtedText);
65
}
66
67
void Text_Box::draw(Renderer::Master& renderer)
68
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected