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

Method onMouseLeave

Engine/source/gui/controls/guiDecoyCtrl.cpp:182–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182void GuiDecoyCtrl::onMouseLeave(const GuiEvent &event)
183{
184 if ( !mVisible || !mAwake )
185 return;
186
187 setUpdate();
188 Con::executef( this , "onMouseLeave" );
189 mMouseOver = false;
190}
191
192bool GuiDecoyCtrl::onMouseWheelUp( const GuiEvent &event )
193{

Callers 1

onMouseMoveMethod · 0.45

Calls 1

executefFunction · 0.85

Tested by

no test coverage detected