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
Unlike touchpad gestures, it looks like touchscreen gestures aren't handled by libinput, so the gestures will have to be recognized manually based on the positions of touch points. KWin already has code for swipe gestures (https://invent.kde.org/plasma/kwin/-/blob/b8857ac1e9833a7f254ac59a7981988fcfa05a51/src/input.cpp#L1123), but not for pinch, unless it's somewhere else and I missed it.
I also can't test this feature due to lack of a touchscreen device, unless I can somehow use my phone.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Unlike touchpad gestures, it looks like touchscreen gestures aren't handled by libinput, so the gestures will have to be recognized manually based on the positions of touch points. KWin already has code for swipe gestures (https://invent.kde.org/plasma/kwin/-/blob/b8857ac1e9833a7f254ac59a7981988fcfa05a51/src/input.cpp#L1123), but not for pinch, unless it's somewhere else and I missed it.
I also can't test this feature due to lack of a touchscreen device, unless I can somehow use my phone.
The text was updated successfully, but these errors were encountered: