Fix FNA input for text

internals
prime31 6 years ago committed by Eric Mellino
parent 7f3739a64e
commit 8e3caa1b49
  1. 4
      src/ImGui.NET.SampleProgram.XNA/ImGuiRenderer.cs

@ -179,7 +179,7 @@ namespace ImGuiNET.SampleProgram.XNA
//{ //{
// if (c == '\t') return; // if (c == '\t') return;
// ImGui.AddInputCharacter(c); // ImGui.GetIO().AddInputCharacter(c);
//}; //};
/////////////////////////////////////////// ///////////////////////////////////////////
@ -385,4 +385,4 @@ namespace ImGuiNET.SampleProgram.XNA
#endregion Internals #endregion Internals
} }
} }

Loading…
Cancel
Save