Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ invalidText
Method
invalidText
Engine/source/gui/controls/guiTextEditCtrl.cpp:1450–1456 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1448
}
1449
1450
void GuiTextEditCtrl::invalidText(bool playSound)
1451
{
1452
mTextValid = false;
1453
1454
if ( playSound )
1455
playDeniedSound();
1456
}
1457
1458
void GuiTextEditCtrl::validText()
1459
{
Callers
1
guiTextEditCtrl.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected