[][src]Module wayland_client::protocol::wl_keyboard

keyboard input device

The wl_keyboard interface represents one or more keyboards associated with a seat.

Structs

WlKeyboard

Enums

Event
KeyState

physical key state

KeymapFormat

keyboard mapping format

Request

Constants

EVT_ENTER_SINCE

The minimal object version supporting this event

EVT_KEYMAP_SINCE

The minimal object version supporting this event

EVT_KEY_SINCE

The minimal object version supporting this event

EVT_LEAVE_SINCE

The minimal object version supporting this event

EVT_MODIFIERS_SINCE

The minimal object version supporting this event

EVT_REPEAT_INFO_SINCE

The minimal object version supporting this event

REQ_RELEASE_SINCE

The minimal object version supporting this request

Statics

wl_keyboard_events

C-representation of the messages of this interface, for interop

wl_keyboard_interface

C representation of this interface, for interop

wl_keyboard_requests

C-representation of the messages of this interface, for interop

Traits

EventHandler

An interface for handling events.