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. |