Envek / obs-studio-node-example

Learn how to use OBS Studio from your Electron app for screen video recording
GNU General Public License v2.0
99 stars 19 forks source link

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

Open hamburger-l opened 2 years ago

hamburger-l commented 2 years ago

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

n3g2 commented 1 year ago

OBS_content_setShouldDrawUI(displayId, true);

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

@bbc-594