Enum Hat
- Namespace
- Alis.Core.Graphic.Sdl2.Enums
- Assembly
- Alis.dll
The hat enum
public enum Hat : byte
Fields
HatCentered = 0
-
The sdl hat centered
HatUp = 1
-
The sdl hat up
HatRight = 2
-
The sdl hat right
HatDown = 4
-
The sdl hat down
HatLeft = 8
-
The sdl hat left
HatRightUp = 3
-
The sdl hat up
HatRightDown = 6
-
The sdl hat down
HatLeftUp = 9
-
The sdl hat up
HatLeftDown = 12
-
The sdl hat down