Skip to content

Commit f52f1a8

Browse files
committed
'initial'
1 parent acd1db5 commit f52f1a8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

proto/decentraland/sdk/components/common/input_action.proto

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,7 @@ enum PointerEventType {
2525
PET_DOWN = 1;
2626
PET_HOVER_ENTER = 2;
2727
PET_HOVER_LEAVE = 3;
28-
}
28+
PET_DRAG_LOCKED = 4;
29+
PET_DRAG = 5;
30+
PET_DRAG_END = 6;
31+
}

0 commit comments

Comments
 (0)