You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 notSceneItemDeselected
. 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
andSceneItemDeselected
to track what items are currently selected in the obs interface (including when multiple items are selected at once). Obviously aGetCurrentlySelectedItems
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.The text was updated successfully, but these errors were encountered: