TDME2 1.9.121
GUINode_Clipping.h
Go to the documentation of this file.
1#pragma once
2
3#include <tdme/tdme.h>
5
7
8/**
9 * GUI node clipping entity
10 * @author Andreas Drewke
11 * @version $Id$
12 */
14{
15
16 int left { 0 };
17 int top { 0 };
18 int right { 0 };
19 int bottom { 0 };
20};
GUI node clipping entity.