We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://www.x.org/wiki/Development/Documentation/Multitouch/
https://github.com/tomaka/glutin/pull/573/files https://unix.stackexchange.com/questions/146287/monitoring-events-keyboard-mouse-in-x http://blog.qt.io/blog/2010/12/15/touching-the-x11-2/ https://gabrbedd.wordpress.com/2012/07/13/handling-xinput-2-multitouch-events-in-qt-part-1/
to see them in console, use this command: xinput test-xi2, normal xev will confuse touch and mouse.
xinput test-xi2
xev
The text was updated successfully, but these errors were encountered:
This will also need support for the xinput extensions: https://www.x.org/releases/X11R7.7/doc/libXi/inputlib.html https://www.x.org/wiki/guide/extensions/#index2h2 http://www.clearchain.com/blog/posts/xinput-1-xinput-2-conversion-guide
Sorry, something went wrong.
No branches or pull requests
https://www.x.org/wiki/Development/Documentation/Multitouch/
https://github.com/tomaka/glutin/pull/573/files
https://unix.stackexchange.com/questions/146287/monitoring-events-keyboard-mouse-in-x
http://blog.qt.io/blog/2010/12/15/touching-the-x11-2/
https://gabrbedd.wordpress.com/2012/07/13/handling-xinput-2-multitouch-events-in-qt-part-1/
to see them in console, use this command:
xinput test-xi2
, normalxev
will confuse touch and mouse.The text was updated successfully, but these errors were encountered: