Sleeping Wombat GUI  0.100
swGUI
Thickness.h
Go to the documentation of this file.
1 #pragma once
2 
3 
4 namespace sw {
5 namespace gui
6 {
7 
8 struct Thickness
9 {
10  float Bottom;
11  float Left;
12  float Right;
13  float Top;
14 };
15 
16 
17 } // gui
18 } // sw
Definition: DirectInputModule.cpp:11
Definition: Thickness.h:8
float Left
Definition: Thickness.h:11
float Bottom
Definition: Thickness.h:10
float Right
Definition: Thickness.h:12
float Top
Definition: Thickness.h:13