Documentation for <wlr/interfaces/wlr_pointer.h>

Back to index

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);

wlr_pointer_notify_button()

void wlr_pointer_notify_button(​struct wlr_pointer *pointer, struct wlr_pointer_button_event *event);