Enum TouchDeviceType
- Namespace
- Alis.Core.Graphic.Sdl2.Enums
- Assembly
- Alis.dll
The sdl touch device type enum
public enum TouchDeviceType
Fields
SdlTouchDeviceInvalid = -1
-
The sdl touch device invalid sdl touch device type
SdlTouchDeviceDirect = 0
-
The sdl touch device direct sdl touch device type
SdlTouchDeviceIndirectAbsolute = 1
-
The sdl touch device indirect absolute sdl touch device type
SdlTouchDeviceIndirectRelative = 2
-
The sdl touch device indirect relative sdl touch device type