Resolves the default action for direct pointer-based selection in the 2D
viewer.
Unlike the generic resolver, pointer selection without modifiers defaults to
'add' so repeated clicks or drag selections preserve the existing
selection set instead of replacing it.
Resolves the default action for direct pointer-based selection in the 2D viewer.
Unlike the generic resolver, pointer selection without modifiers defaults to
'add'so repeated clicks or drag selections preserve the existing selection set instead of replacing it.Modifier precedence remains the same as resolveSelectionActionFromEvent:
Shiftremoves, whileCtrl/Metaadds.