mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
relative_pointer: add relative-pointer example
On left mouse button click, locks the cursor and renders relative motion events.
This commit is contained in:
parent
fb44ce9fa8
commit
42ffa413fb
2 changed files with 497 additions and 0 deletions
|
|
@ -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': [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue