Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getText
Method
getText
Engine/source/gui/controls/guiTextEditCtrl.cpp:267–271 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
265
}
266
267
void GuiTextEditCtrl::getText( char *dest )
268
{
269
if ( dest )
270
mTextBuffer.getCopy8((UTF8*)dest, GuiTextCtrl::MAX_STRING_LENGTH+1);
271
}
272
273
void GuiTextEditCtrl::getRenderText(char *dest)
274
{
Callers
1
guiTextEditCtrl.cpp
File · 0.45
Calls
1
getCopy8
Method · 0.80
Tested by
no test coverage detected