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

Method isFirstResponder

Engine/source/gui/core/guiControl.cpp:2176–2180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2174//-----------------------------------------------------------------------------
2175
2176bool GuiControl::isFirstResponder()
2177{
2178 GuiCanvas *root = getRoot();
2179 return root && root->getFirstResponder() == this;
2180}
2181
2182//-----------------------------------------------------------------------------
2183

Callers 4

guiControl.cppFile · 0.80
setHLEnabledMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected