Skip to content

Commit 8e3caa1

Browse files
prime31mellinoe
authored andcommitted
Fix FNA input for text
1 parent 7f3739a commit 8e3caa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ImGui.NET.SampleProgram.XNA/ImGuiRenderer.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ protected virtual void SetupInput()
179179
//{
180180
// if (c == '\t') return;
181181

182-
// ImGui.AddInputCharacter(c);
182+
// ImGui.GetIO().AddInputCharacter(c);
183183
//};
184184
///////////////////////////////////////////
185185

@@ -385,4 +385,4 @@ private unsafe void RenderCommandLists(ImDrawDataPtr drawData)
385385

386386
#endregion Internals
387387
}
388-
}
388+
}

0 commit comments

Comments
 (0)