Khaotic Engine Reborn
Loading...
Searching...
No Matches
widget_entry Struct Reference

#include <imguiManager.h>

Public Attributes

bool * show
 
std::function< void()> func
 

Detailed Description

Struct to hold widget entries for ImGui. This struct contains a pointer to a boolean that determines if the widget should be shown, and a function that will be called when the widget is rendered.

Definition at line 27 of file imguiManager.h.

Member Data Documentation

◆ func

std::function<void()> widget_entry::func

Definition at line 30 of file imguiManager.h.

◆ show

bool* widget_entry::show

Definition at line 29 of file imguiManager.h.


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