MCPcopy 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
317void GuiTextEditCtrl::selectAllText()
318{
319 mBlockStart = 0;
320 mBlockEnd = mTextBuffer.length();
321 setUpdate();
322}
323
324void GuiTextEditCtrl::clearSelectedText()
325{

Callers 2

showItemRenameCtrlMethod · 0.80

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected