hgeGUI::Move

Moves all GUI controls to a new position.

void Move(
  float dx,
  float dy
);

Parameters

dx
The X-offset of the GUI position.
dy
The Y-offset of the GUI position.

Remarks

Currently GUI has no concept of own position, only positions of controls inside it. So one can move a GUI only by relative amounts.

Requirements

Header: hgegui.h
Import library: hgehelp.lib