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

Method onGainFirstResponder

Engine/source/gui/core/guiControl.cpp:2263–2269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2261//-----------------------------------------------------------------------------
2262
2263void GuiControl::onGainFirstResponder()
2264{
2265 // Since many controls have visual cues when they are the firstResponder...
2266 this->setUpdate();
2267
2268 onGainFirstResponder_callback();
2269}
2270
2271//-----------------------------------------------------------------------------
2272

Callers 1

setFirstResponderMethod · 0.80

Calls 1

setUpdateMethod · 0.95

Tested by

no test coverage detected