Expand description
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.
Structs§
- WlKeyboard
 - keyboard input device
 
Enums§
- Event
 - KeyState
 - physical key state
 - Keymap
Format  - keyboard mapping format
 - Request
 
Constants§
- EVT_
ENTER_ OPCODE  - The wire opcode for this event
 - EVT_
ENTER_ SINCE  - The minimal object version supporting this event
 - EVT_
KEYMAP_ OPCODE  - The wire opcode for this event
 - EVT_
KEYMAP_ SINCE  - The minimal object version supporting this event
 - EVT_
KEY_ OPCODE  - The wire opcode for this event
 - EVT_
KEY_ SINCE  - The minimal object version supporting this event
 - EVT_
LEAVE_ OPCODE  - The wire opcode for this event
 - EVT_
LEAVE_ SINCE  - The minimal object version supporting this event
 - EVT_
MODIFIERS_ OPCODE  - The wire opcode for this event
 - EVT_
MODIFIERS_ SINCE  - The minimal object version supporting this event
 - EVT_
REPEAT_ INFO_ OPCODE  - The wire opcode for this event
 - EVT_
REPEAT_ INFO_ SINCE  - The minimal object version supporting this event
 - REQ_
RELEASE_ OPCODE  - The wire opcode for this request
 - REQ_
RELEASE_ SINCE  - The minimal object version supporting this request