MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / makeFirstResponder

Method makeFirstResponder

Engine/source/gui/core/guiControl.cpp:2184–2191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2182//-----------------------------------------------------------------------------
2183
2184void GuiControl::makeFirstResponder(bool value)
2185{
2186 if ( value )
2187 //setFirstResponder(this);
2188 setFirstResponder();
2189 else
2190 clearFirstResponder();
2191}
2192
2193//-----------------------------------------------------------------------------
2194

Callers 15

main.csFile · 0.80
main.csFile · 0.80
ConvexEditorPluginFunction · 0.80
main.csFile · 0.80
ParticleEditorPluginFunction · 0.80
main.csFile · 0.80
NavEditorPluginFunction · 0.80
EditorGui.ed.csFile · 0.80
RiverEditorPluginFunction · 0.80
messageHud.csFile · 0.80
main.csFile · 0.80
main.csFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected