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

add touch event support for x11 server #102

Merged
merged 1 commit into from
Mar 26, 2019

Conversation

Yodoga
Copy link
Contributor

@Yodoga Yodoga commented Nov 17, 2016

Here is some code which will add support for x11 touch events. That way multi touch (only ten fingers) is also working under Linux.

@sgothel
Copy link
Owner

sgothel commented Mar 26, 2019

Thank you Danny, reviewing your pull request.
Excellent work.

The only issue I have is the usage of the static 'touch_coordinates' array,
which may lead to threading issues having multiple EDT threads on different X11 Displays running?

I will pull and merge your work and may add a fix to this.

@sgothel sgothel merged commit 92006e4 into sgothel:master Mar 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants