https://bugs.kde.org/show_bug.cgi?id=405494
Alvin Wong <alvinhoc...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alvinhoc...@gmail.com --- Comment #9 from Alvin Wong <alvinhoc...@gmail.com> --- If you would disable the Qt's pointer input messages support, I suggest doing so with Qt 5.12.2 since it contains this commit: https://github.com/qt/qtbase/commit/38504041148f2d1cffea6520ea448dd4171adb0b Before this commit, Qt also uses pointer input messages for mouse events. Though I suspect you might be able to just completely disable pointer messages support in Qt by hacking `QWindowsContext::user32dll.supportsPointerApi()` to return `false`, regardless of whether that commit is included or not. -- You are receiving this mail because: You are watching all bug changes.