Show More
Commit Description:
Make use of logging....
Commit Description:
Make use of logging. (grafted from b4492d06b6931146da7327a10d717dd338b7548e)
File last commit:
Show/Diff file:
Action:
ImGui.NET/ImGuiTextEditCallback.cs
4 lines | 115 B | text/x-csharp | CSharpLexer
namespace ImGuiNET
{
public unsafe delegate int ImGuiInputTextCallback(ImGuiInputTextCallbackData* data);
}