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.
1 parent 7f3739a commit 8e3caa1Copy full SHA for 8e3caa1
src/ImGui.NET.SampleProgram.XNA/ImGuiRenderer.cs
@@ -179,7 +179,7 @@ protected virtual void SetupInput()
179
//{
180
// if (c == '\t') return;
181
182
- // ImGui.AddInputCharacter(c);
+ // ImGui.GetIO().AddInputCharacter(c);
183
//};
184
///////////////////////////////////////////
185
@@ -385,4 +385,4 @@ private unsafe void RenderCommandLists(ImDrawDataPtr drawData)
385
386
#endregion Internals
387
}
388
-}
+}
0 commit comments