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

Method onMouseLeave

Engine/source/Verve/GUI/VEditorButton.cpp:141–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141void VEditorButton::onMouseLeave( const GuiEvent &pEvent )
142{
143 if ( !mActive )
144 {
145 return;
146 }
147
148 Parent::onMouseLeave( pEvent );
149
150 onMouseEvent( "onMouseLeave", pEvent );
151}
152
153void VEditorButton::onMouseEvent( const char *pEventName, const GuiEvent &pEvent )
154{

Callers 2

onMouseDownMethod · 0.45
onMouseDraggedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected