TSdlTouchDeviceType
An enum that describes the type of a touch device.
Definition
Unit: Neslib.Sdl3.Input
Enumeration Values
Invalid = SDL_TOUCH_DEVICE_INVALID
Invalid
Direct = SDL_TOUCH_DEVICE_DIRECT
Touch screen with window-relative coordinates
IndirectAbsolute = SDL_TOUCH_DEVICE_INDIRECT_ABSOLUTE
Trackpad with absolute device coordinates
IndirectRelative = SDL_TOUCH_DEVICE_INDIRECT_RELATIVE
Trackpad with screen cursor-relative coordinates