Documentation for <wlr/interfaces/wlr_touch.h>
Table of contents
wlr_touch_finish() ¶
void wlr_touch_finish(struct wlr_touch *touch);
struct wlr_touch_impl ¶
struct wlr_touch_impl { const char *name; };
wlr_touch_init() ¶
void wlr_touch_init(struct wlr_touch *touch, const struct wlr_touch_impl *impl, const char *name);