Show More
Commit Description:
Tidy code.
Commit Description:
Tidy code.
References:
File last commit:
Show/Diff file:
Action:
ImGui.NET/Generated/ImGuiNavInput.gen.cs
29 lines | 586 B | text/x-csharp | CSharpLexer
29 lines | 586 B | text/x-csharp | CSharpLexer
r16 | namespace ImGuiNET | |||
{ | ||||
public enum ImGuiNavInput | ||||
{ | ||||
Activate = 0, | ||||
Cancel = 1, | ||||
Input = 2, | ||||
Menu = 3, | ||||
DpadLeft = 4, | ||||
DpadRight = 5, | ||||
DpadUp = 6, | ||||
DpadDown = 7, | ||||
LStickLeft = 8, | ||||
LStickRight = 9, | ||||
LStickUp = 10, | ||||
LStickDown = 11, | ||||
FocusPrev = 12, | ||||
FocusNext = 13, | ||||
TweakSlow = 14, | ||||
TweakFast = 15, | ||||
KeyMenu = 16, | ||||
KeyLeft = 17, | ||||
KeyRight = 18, | ||||
KeyUp = 19, | ||||
KeyDown = 20, | ||||
COUNT = 21, | ||||
InternalStart = KeyMenu, | ||||
} | ||||
} | ||||