Fix runtime error about touch_event.action_index

pull/1/head^2
Kevin Abraham 2019-07-05 01:22:41 -04:00
parent 8aec5b45a0
commit 3c402da75e
No known key found for this signature in database
GPG Key ID: 108285B21AFE64EF
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@ package f1x.aasdk.proto.data;
message TouchEvent
{
repeated data.TouchLocation touch_location = 1;
required uint32 action_index = 2;
optional uint32 action_index = 2;
required enums.TouchAction.Enum touch_action = 3;
}