Show More
Commit Description:
Add very basic visitor simulation....
Commit Description:
Add very basic visitor simulation. Simulate visitors as a direct linear function of trees. This is very simplistic and looks simplistic (it's pretty easy to see visitors are always 1/10 of the trees).
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,
}
}