Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

mouse behavior in games #4

Open
damianatorrpm opened this issue Jun 15, 2019 · 3 comments
Open

mouse behavior in games #4

damianatorrpm opened this issue Jun 15, 2019 · 3 comments
Assignees
Labels
enhancement New feature or request upstream Upstream issue

Comments

@damianatorrpm
Copy link

When I try to run a game it starts up. Nice.
But it is unplayable as I have a dual monitor set-up and scrolling to the edge of the game
Would move the mouse into the other monitor, rather than scrolling the map.

@plfiorini plfiorini added the enhancement New feature or request label Jun 17, 2019
@plfiorini
Copy link
Contributor

Probably due to missing pointer_constraints_unstable_v1 and relative_pointer_unstable_v1 protocol implementations in the compositor.

@plfiorini
Copy link
Contributor

Just sent an implementation of relative_pointer_unstable_v1 to QtWayland: https://codereview.qt-project.org/c/qt/qtwayland/+/268611
The other protocol is most likely not involved in this problem but still a nice to have.
Gotta read the protocol and see if I can write an implementation.

@plfiorini
Copy link
Contributor

Turns out pointer_constraints_unstable_v1 is required too and relative_pointer_unstable_v1 implementation is much more involved than I anticipated, but I'm getting there.

I can already play Quake 2 on Liri, when running against my Qt tree :)

@plfiorini plfiorini self-assigned this Aug 18, 2019
@plfiorini plfiorini added the upstream Upstream issue label Aug 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request upstream Upstream issue
Projects
None yet
Development

No branches or pull requests

2 participants