libobs: Add refresh signal to scenes
This signal is used to specify when a scene needs a full refresh of its item list.
This commit is contained in:
@@ -135,6 +135,11 @@ Scene Signals
|
||||
|
||||
Called when scene items have been reoredered in the scene.
|
||||
|
||||
**refresh** (ptr scene)
|
||||
|
||||
Called when the entire scene item list needs to be refreshed.
|
||||
Usually this is only used when groups have changed.
|
||||
|
||||
**item_visible** (ptr scene, ptr item, bool visible)
|
||||
|
||||
Called when a scene item's visibility state changes.
|
||||
|
Reference in New Issue
Block a user