Documentation for <wlr/backend/libinput.h>
Table of contents
wlr_backend_is_libinput() ¶
bool wlr_backend_is_libinput(struct wlr_backend *backend);
wlr_input_device_is_libinput() ¶
bool wlr_input_device_is_libinput(struct wlr_input_device *device);
wlr_libinput_backend_create() ¶
struct wlr_backend *wlr_libinput_backend_create(struct wlr_session *session);
wlr_libinput_get_device_handle() ¶
struct libinput_device *wlr_libinput_get_device_handle(struct wlr_input_device *dev);
Gets the underlying struct libinput_device handle for the given input device.