#include "gui_frame.hpp"
#include "gui_layeredregion.hpp"
#include "gui_manager.hpp"
#include "gui_backdrop.hpp"
#include "gui_event.hpp"
#include "gui_eventmanager.hpp"
#include "gui_out.hpp"
#include <utils_string.hpp>
#include <sstream>
#include <functional>
Go to the source code of this file.
Namespaces | |
namespace | gui |
Defines | |
#define | DEBUG_LOG(msg) |
Functions | |
int | gui::l_xml_error (lua_State *) |
gui::lRelHitRectInsetList_ ({{0.0f, 0.0f, 0.0f, 0.0f}}) | |
gui::uiMinWidth_ (0u) | |
gui::uiMaxWidth_ (uint(-1)) | |
gui::uiMinHeight_ (0u) | |
gui::uiMaxHeight_ (uint(-1)) | |
gui::fScale_ (1.0f) | |
gui::bMouseInFrame_ (false) | |
gui::bMouseInTitleRegion_ (false) | |
gui::iMousePosX_ (0) | |
gui::iMousePosY_ (0) | |
gui::pTitleRegion_ (nullptr) | |
gui::pParentFrame_ (nullptr) | |
gui::bMouseDragged_ (false) |
#define DEBUG_LOG | ( | msg | ) |