TDME2  1.9.200
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  */
13 {
14 
15  int left { 0 };
16  int top { 0 };
17  int right { 0 };
18  int bottom { 0 };
19 };
GUI node clipping entity.