obs-studio-node-example icon indicating copy to clipboard operation
obs-studio-node-example copied to clipboard

What is the role of scene item.selected set to true

Open hamburger-l opened this issue 3 years ago • 1 comments

When I read the streamlabs-obs project, I found that setting the selected of the scene item to true will add the corresponding select box, but I cannot reproduce it after the same operation

1629280143(1)

https://github.com/stream-labs/streamlabs-obs/blob/master/app/services/selection/index.ts#:~:text=sceneItems%20are%20selected-,scene,%7D)%3B,-%7D

hamburger-l avatar Aug 18 '21 09:08 hamburger-l

OBS_content_setShouldDrawUI(displayId, true);

Solved the problem of marking display, but can't drag...

@bbc-594

n3g2 avatar Sep 12 '22 15:09 n3g2