mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Renamed the emblematic ShowTestWindow() function to ShowDemoWindow(). Kept redirection function (will obsolete).
This commit is contained in:
parent
cead207535
commit
1b86e7343f
18 changed files with 78 additions and 72 deletions
|
|
@ -22,7 +22,7 @@ int main(int, char**)
|
|||
ImGui::Text("Hello, world!");
|
||||
ImGui::SliderFloat("float", &f, 0.0f, 1.0f);
|
||||
ImGui::Text("Application average %.3f ms/frame (%.1f FPS)", 1000.0f / io.Framerate, io.Framerate);
|
||||
ImGui::ShowTestWindow(NULL);
|
||||
ImGui::ShowDemoWindow(NULL);
|
||||
|
||||
ImGui::Render();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue