Khaotic Engine Reborn
|
#include <imguiManager.h>
Public Attributes | |
bool * | show |
std::function< void()> | func |
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.
std::function<void()> widget_entry::func |
Definition at line 30 of file imguiManager.h.
bool* widget_entry::show |
Definition at line 29 of file imguiManager.h.