Documentation for <wlr/interfaces/wlr_pointer.h>
Table of contents
wlr_pointer_finish() ¶
void wlr_pointer_finish(struct wlr_pointer *pointer);
struct wlr_pointer_impl ¶
struct wlr_pointer_impl { const char *name; };
wlr_pointer_init() ¶
void wlr_pointer_init(struct wlr_pointer *pointer, const struct wlr_pointer_impl *impl, const char *name);