Index: blimp/common/proto/input.proto |
diff --git a/blimp/common/proto/input.proto b/blimp/common/proto/input.proto |
index 8e793e787c051d33977f39ff6cc796b64cafb9f3..bc05dd36edfaccc456c625a6fd43bf2ec0b2b3f0 100644 |
--- a/blimp/common/proto/input.proto |
+++ b/blimp/common/proto/input.proto |
@@ -27,6 +27,7 @@ message DragArgs { |
message InputMessage { |
enum Type { |
+ UNKNOWN = 0; |
CLICK = 1; |
DRAG = 2; |
} |