https://bugs.kde.org/show_bug.cgi?id=391029
Nicolas Fella <nicolas.fe...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/kde | |connect-android/212069c4252 | |8b5a6fa68a17d08fbb3f1609f5e | |07 Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #3 from Nicolas Fella <nicolas.fe...@gmx.de> --- Git commit 212069c42528b5a6fa68a17d08fbb3f1609f5e07 by Nicolas Fella, on behalf of Chansol Yang. Committed on 21/07/2018 at 11:32. Pushed by nicolasfella into branch 'master'. Make remote input sensitivity consistant across device DPIs Summary: KDEConnect's Remote Input feature does not take display DPI into account, resulting in inconsistent mouse sensitivities for devices with different DPIs. This revision aims to fix that by dividing the mouse delta with the relative DPI of the current device. By doing so, the same amount of finger movement should produce the same amount of cursor movement, regardless of the device's DPI. Addresses the following bug: Reviewers: #kde_connect, nicolasfella Reviewed By: #kde_connect, nicolasfella Subscribers: sredman, nicolasfella, kdeconnect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D13925 M +10 -1 src/org/kde/kdeconnect/Plugins/MousePadPlugin/MousePadActivity.java https://commits.kde.org/kdeconnect-android/212069c42528b5a6fa68a17d08fbb3f1609f5e07 -- You are receiving this mail because: You are watching all bug changes.