Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ selectAllText
Method
selectAllText
Engine/source/gui/controls/guiTextEditCtrl.cpp:317–322 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
315
}
316
317
void GuiTextEditCtrl::selectAllText()
318
{
319
mBlockStart = 0;
320
mBlockEnd = mTextBuffer.length();
321
setUpdate();
322
}
323
324
void GuiTextEditCtrl::clearSelectedText()
325
{
Callers
2
showItemRenameCtrl
Method · 0.80
guiTextEditCtrl.cpp
File · 0.80
Calls
1
length
Method · 0.45
Tested by
no test coverage detected