https://bugs.kde.org/show_bug.cgi?id=510591
--- Comment #6 from Vlad Zahorodnii <[email protected]> --- (In reply to Maxim Kartashev from comment #5) > > I looked at the code and kwin _should_ send relative motion events. > > Can you point to the relevant code, please? I'd like to have a look as well With popups, the most relevant bit is the popup input event filter https://invent.kde.org/plasma/kwin/-/blob/Plasma/5.27/src/popup_input_filter.cpp?ref_type=heads#L44 but it should let motion events pass through. Eventually, ForwardInputFilter::pointerEvent() should catch it and send a relative motion event https://invent.kde.org/plasma/kwin/-/blob/Plasma/5.27/src/input.cpp?ref_type=heads#L1777 In Plasma 6, that code changed quite a bit but the overall mechanics are still the same. -- You are receiving this mail because: You are watching all bug changes.
