Enumeration

GdkSeatCapabilities

since: 3.20

Declaration

flags Gdk.SeatCapabilities

Description [src]

Flags describing the seat capabilities.

Available since: 3.20

Members

GDK_SEAT_CAPABILITY_NONE

No input capabilities.

  • Value: 0
  • Available since: 3.20
GDK_SEAT_CAPABILITY_POINTER

The seat has a pointer (e.g. mouse)

  • Value: 1
  • Available since: 3.20
GDK_SEAT_CAPABILITY_TOUCH

The seat has touchscreen(s) attached.

  • Value: 2
  • Available since: 3.20
GDK_SEAT_CAPABILITY_TABLET_STYLUS

The seat has drawing tablet(s) attached.

  • Value: 4
  • Available since: 3.20
GDK_SEAT_CAPABILITY_KEYBOARD

The seat has keyboard(s) attached.

  • Value: 8
  • Available since: 3.20
GDK_SEAT_CAPABILITY_ALL_POINTING

The union of all pointing capabilities.

  • Value: 7
  • Available since: 3.20
GDK_SEAT_CAPABILITY_ALL

The union of all capabilities.

  • Value: 15
  • Available since: 3.20