Searched refs:test_window (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp1534 static bool test_window = false; local in function:ShowDemoWindowWidgets
1535 ImGui::Checkbox("Hovered/Active tests after Begin() for title bar testing", &test_window);
1536 if (test_window)
1538 ImGui::Begin("Title bar Hovered/Active tests", &test_window);
1541 if (ImGui::MenuItem("Close")) { test_window = false; }

Completed in 8 milliseconds