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

Feature: Support ANSI extension for ImGuiText

Open ScottKane opened this issue 2 years ago • 0 comments

It would be really cool if we could get a port of one of the methods discussed here (https://github.com/ocornut/imgui/issues/902) for ImGui.NET. Not sure if this would be a pain if you are only DLLImporting functions from the cimgui dll, if there's any capacity to add bindings for this it would be great to have something like ImGui.TextAnsiUnformatted(ansiString)

ScottKane avatar Dec 23 '22 14:12 ScottKane