MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / onLoseFirstResponder

Method onLoseFirstResponder

Engine/source/gui/core/guiControl.cpp:2253–2259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2251//-----------------------------------------------------------------------------
2252
2253void GuiControl::onLoseFirstResponder()
2254{
2255 // Since many controls have visual cues when they are the firstResponder...
2256 setUpdate();
2257
2258 onLoseFirstResponder_callback();
2259}
2260
2261//-----------------------------------------------------------------------------
2262

Callers 1

setFirstResponderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected