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

Method onMouseUpEditor

Engine/source/gui/containers/guiRolloutCtrl.cpp:243–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241//-----------------------------------------------------------------------------
242
243bool GuiRolloutCtrl::onMouseUpEditor( const GuiEvent& event, Point2I offset )
244{
245 return ( event.modifier & SI_PRIMARY_ALT && _onMouseUp( event, false ) );
246}
247
248//=============================================================================
249// Sizing.

Callers 1

onMouseUpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected