Table of Contents

Enum SeatCapabilities

Namespace
Gdk
Assembly
Gdk-4.0.dll
[Flags]
public enum SeatCapabilities : uint

Fields

All = AllPointing | Keyboard | TabletPad
AllPointing = Pointer | Touch | TabletStylus
Keyboard = 8
None = 0
Pointer = 1
TabletPad = 16
TabletStylus = 4
Touch = 2