Elaztek Developer Hub
Blamite Game Engine - blam!  00310.02.05.21.0336.blamite
The core library for the Blamite Game Engine.
ui.h
Go to the documentation of this file.
1 #pragma once
2 
3 #ifndef BLAM
4 #define BLAM
5 #endif
6 
10 namespace Blam::UI
11 {
13  {
17 
21 
25  };
26 
27  class UIControl
28  {
29  private:
30 
31  public:
33 
35  {
36 
37  }
38  };
39 }
Blam::UI::BottomLeft
@ BottomLeft
Definition: ui.h:20
Blam::UI::UIControl::anchor_position
ControlAnchor anchor_position
Definition: ui.h:32
Blam::UI::CenterRight
@ CenterRight
Definition: ui.h:23
Blam::UI::UIControl::UIControl
UIControl()
Definition: ui.h:34
Blam::UI::CenterLeft
@ CenterLeft
Definition: ui.h:19
Blam::UI
Namespace for things relating to the Blamite UI system.
Definition: ui.h:10
Blam::UI::TopLeft
@ TopLeft
Definition: ui.h:18
Blam::UI::BottomRight
@ BottomRight
Definition: ui.h:24
Blam::UI::ControlAnchor
ControlAnchor
Definition: ui.h:12
Blam::UI::BottomCenter
@ BottomCenter
Definition: ui.h:16
Blam::UI::TopCenter
@ TopCenter
Definition: ui.h:14
Blam::UI::TopRight
@ TopRight
Definition: ui.h:22
Blam::UI::Center
@ Center
Definition: ui.h:15
Blam::UI::UIControl
Definition: ui.h:27