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

Should it work under Wayland? #6

Open
hooger opened this issue Feb 19, 2021 · 1 comment
Open

Should it work under Wayland? #6

hooger opened this issue Feb 19, 2021 · 1 comment

Comments

@hooger
Copy link
Contributor

hooger commented Feb 19, 2021

I try to compile the library on desktop first and if it works, than see what happens if I fire it up on a PinePhone.

During the cmake phase I have seen that you use X11 Xtst. I checked what this extension is, however I'm not sure for what purpose do you use it? Is what you do heavily dependent on X11, or is this only a minor part that can be thrown away, if used on a Wayland based system?

@tomasz-grobelny
Copy link
Owner

It is used in GetEvents executable to direct touch events received from headunit to specific application. I would consider it minor part (GetEvents total is less than 150 lines of code, of which only about 10 would depend on X11/Xtst). I don't know enough about Wayland, but one would need to know how to simulate mouse button clicks and that's it.

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

No branches or pull requests

2 participants