mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-30 13:47:41 +00:00
Added TODO
This commit is contained in:
parent
0f3ad63ee3
commit
f172ffd129
@ -93,6 +93,7 @@ public class MousePadPlugin extends Plugin {
|
||||
if (np == null) {
|
||||
np = new NetworkPacket(PACKET_TYPE_MOUSEPAD_REQUEST);
|
||||
} else {
|
||||
// TODO: In my tests we never get here. Decide if it's worth keeping the logic to replace unsent packets.
|
||||
dx += np.getInt("dx");
|
||||
dy += np.getInt("dx");
|
||||
}
|
||||
|
@ -113,6 +113,7 @@ public class PresenterPlugin extends Plugin {
|
||||
if (np == null) {
|
||||
np = new NetworkPacket(PACKET_TYPE_PRESENTER);
|
||||
} else {
|
||||
// TODO: In my tests we never get here. Decide if it's worth keeping the logic to replace unsent packets.
|
||||
xDelta += np.getInt("dx");
|
||||
yDelta += np.getInt("dy");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user