Cogs.Core
Public Attributes | List of all members
Cogs::Core::GuiData Struct Reference

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
 

Detailed Description

Definition at line 14 of file GuiSystem.h.

Constructor & Destructor Documentation

◆ ~GuiData()

Cogs::Core::GuiData::~GuiData ( )

Definition at line 30 of file GuiSystem.cpp.

Member Data Documentation

◆ htmlDocument

litehtml::document::ptr Cogs::Core::GuiData::htmlDocument

Definition at line 18 of file GuiSystem.h.

◆ invalidated

bool Cogs::Core::GuiData::invalidated

Definition at line 35 of file GuiSystem.h.

◆ lastX

float Cogs::Core::GuiData::lastX = 0.0f

Definition at line 26 of file GuiSystem.h.

◆ lastY

float Cogs::Core::GuiData::lastY = 0.0f

Definition at line 27 of file GuiSystem.h.

◆ pointerDown

bool Cogs::Core::GuiData::pointerDown

Definition at line 33 of file GuiSystem.h.

◆ pointerInside

bool Cogs::Core::GuiData::pointerInside

Definition at line 29 of file GuiSystem.h.

◆ pointerRelative

bool Cogs::Core::GuiData::pointerRelative

Definition at line 30 of file GuiSystem.h.

◆ pointerState

bool Cogs::Core::GuiData::pointerState

Definition at line 32 of file GuiSystem.h.

◆ pointerUp

bool Cogs::Core::GuiData::pointerUp

Definition at line 34 of file GuiSystem.h.

◆ pointerX

float Cogs::Core::GuiData::pointerX

Definition at line 23 of file GuiSystem.h.

◆ pointerY

float Cogs::Core::GuiData::pointerY

Definition at line 24 of file GuiSystem.h.

◆ size

glm::vec2 Cogs::Core::GuiData::size

Definition at line 21 of file GuiSystem.h.

◆ theme

std::string Cogs::Core::GuiData::theme

Definition at line 19 of file GuiSystem.h.


The documentation for this struct was generated from the following files: