Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Public Attributes | List of all members
PanelManager::Panel Struct Reference

Public Attributes

std::string id
 
std::string title
 
bool visible = false
 
voidhwnd = nullptr
 

Detailed Description

Definition at line 89 of file PanelManager.h.

Member Data Documentation

◆ hwnd

void* PanelManager::Panel::hwnd = nullptr

Definition at line 99 of file PanelManager.h.

◆ id

std::string PanelManager::Panel::id

Definition at line 91 of file PanelManager.h.

Referenced by PanelManager::CreatePanel().

◆ title

std::string PanelManager::Panel::title

Definition at line 92 of file PanelManager.h.

◆ visible

bool PanelManager::Panel::visible = false

Definition at line 93 of file PanelManager.h.


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