Lines Matching refs:imgui
1 // dear imgui, v1.68 WIP
18 // Main imgui context
31 #error Must include imgui.h before imgui_internal.h
67 struct ImGuiContext; // Main imgui context
349 // This is going to be exposed in imgui.h when stabilized enough.
354 ImGuiItemFlags_Disabled = 1 << 2, // false // [BETA] Disable interactions but doesn't affect visuals yet. See github.com/ocornut/imgui/issues/211
370 , // [imgui-test only]
589 // Windows data saved in imgui.ini file
756 // Main imgui context
1162 short BeginOrderWithinContext; // Order within entire imgui context. This is mostly used for debugging submission order related issues.
1514 // Test engine hooks (imgui-test)