C4 Engine
C4 Engine API Documentation

Widget::SetWidgetPosition

Defined in:  C4Widgets.h
Sets a widget's position.
Prototype

void SetWidgetPosition(const Point2D& position);

Parameters
position The new position.
Description
The SetWidgetPosition function sets a widget's position without affecting the rest of the widget's transform.
See Also

Widget::GetWidgetPosition

Widget::SetWidgetTransform

Widget::SetWidgetMatrix3D