We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c5c323 + b763ac7 commit d0e7527Copy full SHA for d0e7527
src/ImGui.NET.SampleProgram/Program.cs
@@ -87,7 +87,7 @@ private static unsafe void SubmitUI()
87
// https://github.com/ocornut/imgui/blob/master/examples/example_win32_directx11/main.cpp#L172
88
89
// 1. Show a simple window.
90
- // Tip: if we don't call ImGui.BeginWindow()/ImGui.EndWindow() the widgets automatically appears in a window called "Debug".
+ // Tip: if we don't call ImGui.Begin(string) / ImGui.End() the widgets automatically appears in a window called "Debug".
91
{
92
ImGui.Text("");
93
ImGui.Text(string.Empty);
0 commit comments