Show More
Commit Description:
Add logarithmic scale....
Commit Description:
Add logarithmic scale. Imperfect but does mostly work so I think it's worth merging this work from the past few weeks.
File last commit:
Show/Diff file:
Action:
ImGui.NET/ImGuiSizeCallback.cs
4 lines | 106 B | text/x-csharp | CSharpLexer
namespace ImGuiNET
{
public unsafe delegate void ImGuiSizeCallback(ImGuiSizeCallbackData* data);
}