Cogs.Core
|
Public Attributes | |
litehtml::document::ptr | htmlDocument |
std::string | theme |
glm::vec2 | size |
float | pointerX |
float | pointerY |
float | lastX = 0.0f |
float | lastY = 0.0f |
bool | pointerInside |
bool | pointerRelative |
bool | pointerState |
bool | pointerDown |
bool | pointerUp |
bool | invalidated |
Definition at line 14 of file GuiSystem.h.
Cogs::Core::GuiData::~GuiData | ( | ) |
Definition at line 30 of file GuiSystem.cpp.
litehtml::document::ptr Cogs::Core::GuiData::htmlDocument |
Definition at line 18 of file GuiSystem.h.
bool Cogs::Core::GuiData::invalidated |
Definition at line 35 of file GuiSystem.h.
float Cogs::Core::GuiData::lastX = 0.0f |
Definition at line 26 of file GuiSystem.h.
float Cogs::Core::GuiData::lastY = 0.0f |
Definition at line 27 of file GuiSystem.h.
bool Cogs::Core::GuiData::pointerDown |
Definition at line 33 of file GuiSystem.h.
bool Cogs::Core::GuiData::pointerInside |
Definition at line 29 of file GuiSystem.h.
bool Cogs::Core::GuiData::pointerRelative |
Definition at line 30 of file GuiSystem.h.
bool Cogs::Core::GuiData::pointerState |
Definition at line 32 of file GuiSystem.h.
bool Cogs::Core::GuiData::pointerUp |
Definition at line 34 of file GuiSystem.h.
float Cogs::Core::GuiData::pointerX |
Definition at line 23 of file GuiSystem.h.
float Cogs::Core::GuiData::pointerY |
Definition at line 24 of file GuiSystem.h.
glm::vec2 Cogs::Core::GuiData::size |
Definition at line 21 of file GuiSystem.h.
std::string Cogs::Core::GuiData::theme |
Definition at line 19 of file GuiSystem.h.