Expand description
Interface for keyboard requests and events.
This interface is only provided once per device and where a client requests ei_keyboard.release the interface does not get re-initialized. An EIS implementation may adjust the behavior of the device (including removing the device) if the interface is releasd.
Note that for a client to receive objects of this type, it must announce support for this interface in ei_handshake.interface_version.
Structs§
Enums§
- KeyState
- The logical state of a key.
- Keymap
Type - The keymap type describes how the keymap in the
ei_keyboard.keymapevent should be parsed. - Request