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