summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spice.proto8
1 files changed, 7 insertions, 1 deletions
diff --git a/spice.proto b/spice.proto
index db86696..814fa89 100644
--- a/spice.proto
+++ b/spice.proto
@@ -1031,12 +1031,18 @@ enum8 mouse_button {
RIGHT,
UP,
DOWN,
+ SIDE,
+ EXTRA,
};
flags16 mouse_button_mask {
LEFT,
MIDDLE,
- RIGHT
+ RIGHT,
+ UP,
+ DOWN,
+ SIDE,
+ EXTRA,
};
channel InputsChannel : BaseChannel {