mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 14:00:29 +01:00
Expand documentation for libinput_udev_create_for_seat
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
parent
f6ba613e9e
commit
6b6bb8fdf9
1 changed files with 7 additions and 0 deletions
|
|
@ -691,6 +691,13 @@ struct libinput_interface {
|
|||
* the given seat ID. New devices or devices removed will appear as events
|
||||
* during libinput_dispatch.
|
||||
*
|
||||
* libinput_udev_create_for_seat() succeeds even if no input device is
|
||||
* available in this seat, or if devices are available but fail to open in
|
||||
* @ref libinput_interface::open_restricted. Devices that do not have the
|
||||
* minimum capabilities to be recognized as pointer, keyboard or touch
|
||||
* device are ignored. Such devices and those that failed to open
|
||||
* ignored until the next call to libinput_resume().
|
||||
*
|
||||
* @param interface The callback interface
|
||||
* @param user_data Caller-specific data passed to the various callback
|
||||
* interfaces.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue