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

Method setPosition

Engine/source/gui/core/guiControl.cpp:1317–1320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1315//-----------------------------------------------------------------------------
1316
1317bool GuiControl::setPosition( const Point2I &newPosition )
1318{
1319 return resize( newPosition, mBounds.extent );
1320}
1321
1322//-----------------------------------------------------------------------------
1323

Callers 15

onRenderMethod · 0.45
pushDialogControlMethod · 0.45
renderFrameMethod · 0.45
guiCanvas.cppFile · 0.45
guiControl.cppFile · 0.45
_resetMethod · 0.45
advanceTimeMethod · 0.45
computeSizesMethod · 0.45
scrollToMethod · 0.45
fitToShapeMethod · 0.45
exportToColladaMethod · 0.45
handleMouseDraggedMethod · 0.45

Calls 1

resizeFunction · 0.50

Tested by 1

onAddMethod · 0.36