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

Method isFirstResponder

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

Source from the content-addressed store, hash-verified

2189//-----------------------------------------------------------------------------
2190
2191bool GuiControl::isFirstResponder()
2192{
2193 GuiCanvas *root = getRoot();
2194 return root && root->getFirstResponder() == this;
2195}
2196
2197//-----------------------------------------------------------------------------
2198

Callers 2

guiControl.cppFile · 0.80
setHLEnabledMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected