TDME2 1.9.121
GUINode_ComputedConstraints.h
Go to the documentation of this file.
1#pragma once
2
3#include <tdme/tdme.h>
5
15
16/**
17 * GUI node computed constraints
18 * @author Andreas Drewke
19 * @version $Id$
20 */
22{
23 int left { 0 };
24 int top { 0 };
25 int width { 0 };
26 int height { 0 };
27 int alignmentLeft { 0 };
28 int alignmentTop { 0 };
33};
GUI node base class.
Definition: GUINode.h:63
GUI node border entity.
GUI node padding entity.