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

Method onMouseEnter

Engine/source/gui/controls/guiDecoyCtrl.cpp:172–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172void GuiDecoyCtrl::onMouseEnter(const GuiEvent &event)
173{
174 if ( !mVisible || !mAwake )
175 return;
176
177 setUpdate();
178 Con::executef( this , "onMouseEnter" );
179 mMouseOver = true;
180}
181
182void GuiDecoyCtrl::onMouseLeave(const GuiEvent &event)
183{

Callers 1

onMouseMoveMethod · 0.45

Calls 1

executefFunction · 0.85

Tested by

no test coverage detected