mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-05-09 10:58:04 +02:00
proto: the keymap event is optional, clarify that
A device may not have a keymap in which case it just sends scancodes hoping they'll be mapped to something sensible.
This commit is contained in:
parent
b67cdba809
commit
5331dc0bf2
1 changed files with 1 additions and 1 deletions
|
|
@ -1338,7 +1338,7 @@
|
||||||
description. The fd must be mapped with MAP_PRIVATE by
|
description. The fd must be mapped with MAP_PRIVATE by
|
||||||
the recipient, as MAP_SHARED may fail.
|
the recipient, as MAP_SHARED may fail.
|
||||||
|
|
||||||
This event is sent immediately after the ei_keyboard object is created
|
This event is optional and only sent immediately after the ei_keyboard object is created
|
||||||
and before the ei_device.done event. It is a protocol violation to send this
|
and before the ei_device.done event. It is a protocol violation to send this
|
||||||
event after the ei_device.done event.
|
event after the ei_device.done event.
|
||||||
</description>
|
</description>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue