[Spice-devel] [1/6] [PATCH spice-common] Add horizontal mouse wheel support
Matthew Francis
mjay.francis at gmail.com
Wed Oct 25 11:23:47 UTC 2017
Signed-off-by: Matthew Francis <mjay.francis at gmail.com>
---
spice.proto | 2 ++
1 file changed, 2 insertions(+)
diff --git a/spice.proto b/spice.proto
index e841272..856deb1 100644
--- a/spice.proto
+++ b/spice.proto
@@ -1006,6 +1006,8 @@ enum8 mouse_button {
RIGHT,
UP,
DOWN,
+ WHEEL_LEFT,
+ WHEEL_RIGHT
};
flags16 mouse_button_mask {
--
2.7.4
More information about the Spice-devel
mailing list