We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e69bad commit 33ab649Copy full SHA for 33ab649
1 file changed
wiki/API-Reference:-FastSense.md
@@ -282,8 +282,10 @@ LINEXRANGE Return X endpoints for line i.
282
#### `onEventMarkerClick_(obj, src, ~)`
283
284
ONEVENTMARKERCLICK_ ButtonDownFcn dispatcher for event markers.
285
- Hidden public so TestFastSenseEventClick can call it for
286
- direct-dispatch testing of the click -> details-popup path.
+ Hidden public so TestFastSenseEventClick can call it for direct
+ dispatch of the click -> details-popup path. Branches on figure
287
+ SelectionType: 'normal' -> openEventDetails_; 'alt' (right-click)
288
+ -> builds/shows uicontextmenu with quick-nav actions.
289
290
#### `openEventDetails_(obj, ev)`
291
0 commit comments