Documentation for <wlr/interfaces/wlr_tablet_pad.h>
Table of contents
wlr_tablet_pad_finish() ¶
void wlr_tablet_pad_finish(struct wlr_tablet_pad *pad);
Cleans up the resources owned by a struct wlr_tablet_pad.
This function will not clean the memory allocated by struct wlr_tablet_pad_group, it's the responsibility of the caller to clean it.
struct wlr_tablet_pad_impl ¶
struct wlr_tablet_pad_impl { const char *name; };
wlr_tablet_pad_init() ¶
void wlr_tablet_pad_init(struct wlr_tablet_pad *pad, const struct wlr_tablet_pad_impl *impl, const char *name);