|
R-Type
Distributed multiplayer game engine in C++
|
#include <functional>#include <string>

Go to the source code of this file.
Classes | |
| class | UI::IButton |
| Abstract interface for UI buttons. More... | |
Namespaces | |
| namespace | UI |
Enumerations | |
| enum class | UI::ButtonState { UI::NORMAL , UI::HOVERED , UI::PRESSED } |
| Button state enumeration. More... | |
| enum class | UI::Align { UI::NONE , UI::CENTER_HORIZONTAL , UI::CENTER_VERTICAL , UI::CENTER_BOTH } |
| Alignment modes relative to the current window. More... | |