mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-05-23 21:38:08 -04:00
Add `wlr_backend_get_libinput` getter, which returns a direct handle to `struct libinput`. Exposing the libinput context will allow compositors to load libinput plugins after creating a `wlr_backend`. Lua plugins are supported since libinput 1.30.0. |
||
|---|---|---|
| .. | ||
| backend.c | ||
| events.c | ||
| keyboard.c | ||
| meson.build | ||
| pointer.c | ||
| switch.c | ||
| tablet_pad.c | ||
| tablet_tool.c | ||
| touch.c | ||