Show More
Commit Description:
Tweak restore and solution file....
Commit Description:
Tweak restore and solution file. * Run restore on the entire solution file. * Remove the ImGui project from the solution file to restore it to a previous version that seemed to work.
File last commit:
Show/Diff file:
Action:
ImGui.NET/Generated/ImGuiMouseButton.gen.cs
10 lines | 144 B | text/x-csharp | CSharpLexer
Add ImGui.
r16 namespace ImGuiNET
{
public enum ImGuiMouseButton
{
Left = 0,
Right = 1,
Middle = 2,
COUNT = 5,
}
}