[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazgdk3.pas line 2742
type TGdkSeatCapabilitiesIdx = ( |
||
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 |
|
|
); |