Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wayland: implement the pointer warp protocol #10922

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Zamundaaa
Copy link

The pointer warp protocol allows us to warp the pointer to a different position on the surface, without any hacks like locking and unlocking the pointer

wayland-protocols MR: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/337

The pointer warp protocol allows us to warp the pointer to a different position on
the surface, without any hacks like locking and unlocking the pointer
@Kontrabant Kontrabant marked this pull request as draft September 22, 2024 17:37
@Kontrabant
Copy link
Contributor

Looks good overall. I do have one question regarding what events are expected after a successful warp request (motion?), which I also brought up in the protocol discussion, as it is currently unspecified.

Converting to draft for now, since the protocol is still under discussion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants