Package org.freedesktop.wayland.server
Interface WlKeyboardRequestsV9
- All Superinterfaces:
WlKeyboardRequests
,WlKeyboardRequestsV2
,WlKeyboardRequestsV3
,WlKeyboardRequestsV4
,WlKeyboardRequestsV5
,WlKeyboardRequestsV6
,WlKeyboardRequestsV7
,WlKeyboardRequestsV8
keyboard input device
The wl_keyboard interface represents one or more keyboards associated with a seat.
Each wl_keyboard has the following logical state:
- an active surface (possibly null), - the keys currently logically down, - the active modifiers, - the active group.
By default, the active surface is null, the keys currently logically down are empty, the active modifiers and the active group are 0.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
release
(WlKeyboardResource requester) release the keyboard object
-
Field Details
-
VERSION
static final int VERSION- See Also:
-
-
Method Details
-
release
release the keyboard object- Specified by:
release
in interfaceWlKeyboardRequestsV3
- Specified by:
release
in interfaceWlKeyboardRequestsV4
- Specified by:
release
in interfaceWlKeyboardRequestsV5
- Specified by:
release
in interfaceWlKeyboardRequestsV6
- Specified by:
release
in interfaceWlKeyboardRequestsV7
- Specified by:
release
in interfaceWlKeyboardRequestsV8
- Parameters:
requester
- The protocol object that made the request.
-