Enum InitSettings
- Namespace
- Alis.Core.Graphic.Sdl2.Enums
- Assembly
- Alis.dll
The sdl init enum
[Flags]
public enum InitSettings : uint
Fields
InitTimer = 1
-
The sdl init timer
InitAudio = 16
-
The sdl init audio
InitVideo = 32
-
The sdl init video
InitJoystick = 512
-
The sdl init joystick
InitHaptic = 4096
-
The sdl init haptic
InitGameController = 8192
-
The sdl init game controller
InitEvents = 16384
-
The sdl init events
InitSensor = 32768
-
The sdl init sensor
InitEverything = 62001
-
The init everything sdl init