obsproject / obs-websocket

Remote-control of OBS Studio through WebSocket
GNU General Public License v2.0
3.79k stars 701 forks source link

Feature Request: SceneItemDeselected event #1232

Open paul-lrr opened 3 weeks ago

paul-lrr commented 3 weeks ago

Feature Request Type

RPC Event

Feature Request Type (Other)

No response

Requested Feature

It appears that the SceneItemDeselected event didn't make it over to obs-websocket v5. SceneItemSelected is available, but not SceneItemDeselected. Is there any chance that it could be added back in a future update?

Requested Feature Usage Scenario

My particular use case is listening to SceneItemSelected and SceneItemDeselected to track what items are currently selected in the obs interface (including when multiple items are selected at once). Obviously a GetCurrentlySelectedItems request would be even better, but from what I understand, that is not supported by the underlying obs api. SceneItemDeselected was in obs-websocket v4 so hopefully it wouldn't be too much trouble to bring it back.