Module: Gdk::SeatCapabilities

Defined in:
(unknown)

Constant Summary collapse

NONE =

No input capabilities

0 or :none
POINTER =

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

1 or :pointer
TOUCH =

The seat has touchscreen(s) attached

2 or :touch
TABLET_STYLUS =

The seat has drawing tablet(s) attached

4 or :tablet_stylus
KEYBOARD =

The seat has keyboard(s) attached

8 or :keyboard
ALL_POINTING =

The union of all pointing capabilities

7 or :all_pointing
ALL =

The union of all capabilities

15 or :all