summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--protos/src/main/proto/studio_stats.proto6
1 files changed, 5 insertions, 1 deletions
diff --git a/protos/src/main/proto/studio_stats.proto b/protos/src/main/proto/studio_stats.proto
index 5ae104c..4ae91a5 100644
--- a/protos/src/main/proto/studio_stats.proto
+++ b/protos/src/main/proto/studio_stats.proto
@@ -7967,8 +7967,12 @@ message DynamicLayoutInspectorGotoDeclaration {
// Number of times the "Goto Declaration" menu action was activated with key
// shortcut
optional uint32 key_strokes_shortcut = 2;
- // Number of times a double click was used to "Goto Declaration"
+ // Number of times double click was used to "Goto Declaration"
+ // from component tree
optional uint32 double_clicks = 3;
+ // Number of times double click was used to "Goto Declaration"
+ // from device render
+ optional uint32 double_clicks_from_render = 4;
}
// Session data for dynamic layout inspector (inspector v2) process attaching