This change inits XInput extension, listens for touch events and
forwards them to our platform API. Thus touch events are forwarded on a
nested wayland session on X11.
Please note that I only tested this change on Xwayland.
davidedmundson |
KWin |
This change inits XInput extension, listens for touch events and
forwards them to our platform API. Thus touch events are forwarded on a
nested wayland session on X11.
Please note that I only tested this change on Xwayland.
Run nested kwin_wayland with two outputs and looked into debug console
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
plugins/platforms/x11/windowed/x11windowed_backend.cpp | ||
---|---|---|
146 | No, that was on purpose. It's the minimum version supporting touch. |
plugins/platforms/x11/windowed/x11windowed_backend.cpp | ||
---|---|---|
253 | would be best in x11/common as a new file rather than duplicating it |
plugins/platforms/x11/windowed/x11windowed_backend.cpp | ||
---|---|---|
253 | Sure can do that. I didn't want to touch the standalone code as I don't test that any more. |