add PICK_ENTITY to GestureAction

This commit is contained in:
Nick Fisher
2024-09-24 14:20:49 +08:00
parent 56e00c9c55
commit 0f6d02a83f

View File

@@ -26,6 +26,7 @@ enum GestureAction {
ZOOM_CAMERA,
TRANSLATE_ENTITY,
ROTATE_ENTITY,
PICK_ENTITY,
NONE
}