From 42ffa413fb6695c144557bf37effc1ce3d46fb5b Mon Sep 17 00:00:00 2001 From: random human Date: Wed, 3 Oct 2018 10:46:24 +0530 Subject: relative_pointer: add relative-pointer example On left mouse button click, locks the cursor and renders relative motion events. --- examples/meson.build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/meson.build') diff --git a/examples/meson.build b/examples/meson.build index 589a7326..0811d1a2 100644 --- a/examples/meson.build +++ b/examples/meson.build @@ -81,6 +81,10 @@ examples = { 'src': 'pointer-constraints.c', 'dep': [wayland_client, wlr_protos, wlroots], }, + 'relative-pointer': { + 'src': 'relative-pointer-unstable-v1.c', + 'dep': [wayland_client, wlr_protos, wlroots], + }, 'dmabuf-capture': { 'src': 'dmabuf-capture.c', 'dep': [ -- cgit v1.2.3