Class | Description |
---|---|
ImBool | |
ImDouble | |
ImDrawData |
All draw data to render a Dear ImGui frame.
|
ImDrawList |
Draw command list
This is the low-level list of polygons that ImGui:: functions are filling.
|
ImFloat | |
ImGui | |
ImGuiInputTextData |
Use this class to customize your ImGui input.
|
ImGuiIO |
Communicate most settings and inputs/outputs to Dear ImGui using this structure.
|
ImGuiStyle |
You may modify the ImGui::GetStyle() main instance during initialization and before NewFrame().
|
ImInt | |
ImLong | |
ImShort | |
ImString |
Wrapper for
String to use inside of th Dear ImGui input widgets. |
ImVec2 | |
ImVec4 | |
TexDataRGBA32 |