ImGui.NET icon indicating copy to clipboard operation
ImGui.NET copied to clipboard

real xna example?

Open iocmet opened this issue 3 years ago • 1 comments

example in repo uses monogame and i cant use it renderer in xna app

iocmet avatar Jun 03 '22 03:06 iocmet

Is the same renderer you just need to change how the text input is handled https://github.com/mellinoe/ImGui.NET/blob/master/src/ImGui.NET.SampleProgram.XNA/ImGuiRenderer.cs#L169 just comment the monogame code an replace with xna code

Tabizzz avatar Aug 20 '22 08:08 Tabizzz