Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(727)

Unified Diff: remoting/proto/event.proto

Issue 23484015: Added support of relative mouse motion in Chromoting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR feedback and rebased Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/input_injector_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/proto/event.proto
diff --git a/remoting/proto/event.proto b/remoting/proto/event.proto
index 8f28f0752959142102e20777d19416dfb5e62807..5c774b5b1426a4ea1d39c9d0e2ff54e0fbbc1ceb 100644
--- a/remoting/proto/event.proto
+++ b/remoting/proto/event.proto
@@ -58,6 +58,10 @@ message MouseEvent {
optional float wheel_delta_y = 8;
optional float wheel_ticks_x = 9;
optional float wheel_ticks_y = 10;
+
+ // Mouse movement information. Provided only when mouse lock is engaged.
+ optional int32 delta_x = 11;
+ optional int32 delta_y = 12;
}
// Defines an event that sends clipboard data between peers.
« no previous file with comments | « remoting/host/input_injector_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698