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

Method setLeft

Engine/source/gui/core/guiControl.cpp:1338–1341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1336//-----------------------------------------------------------------------------
1337
1338void GuiControl::setLeft( S32 newLeft )
1339{
1340 resize( Point2I( newLeft, mBounds.point.y), mBounds.extent );
1341}
1342
1343//-----------------------------------------------------------------------------
1344

Callers 1

justifySelectionMethod · 0.80

Calls 2

resizeFunction · 0.50
Point2IClass · 0.50

Tested by

no test coverage detected