| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Source position: lazgdk3.pas line 2750
type TGdkSeatCapabilities = set of (  | 
||
TGdkSeatCapabilitiesIdxMinValue = 0,  | 
  | 
|
GDK_SEAT_CAPABILITY_POINTER = 0,  | 
  | 
|
GDK_SEAT_CAPABILITY_TOUCH = 1,  | 
  | 
|
GDK_SEAT_CAPABILITY_TABLET_STYLUS = 2,  | 
  | 
|
GDK_SEAT_CAPABILITY_KEYBOARD = 3,  | 
  | 
|
TGdkSeatCapabilitiesIdxMaxValue = 31  | 
  | 
|
);  |