-
- Downloads
Added add/remove signals to scenes
Scenes will now signal via their source when an item has been added or removed from them. "add" - Item added to the scene. Parameters: "scene": Scene that the item was added to. "item": Item that was added. "remove" - Item removed from the scene. Parameters: "scene": Scene that the item was removed from. "item": Item that was removed.
Showing
- libobs/obs-scene.c 38 additions, 4 deletionslibobs/obs-scene.c
- libobs/obs-source.c 1 addition, 1 deletionlibobs/obs-source.c
- libobs/obs-source.h 1 addition, 0 deletionslibobs/obs-source.h
- libobs/obs-video.c 0 additions, 1 deletionlibobs/obs-video.c
- libobs/obs.c 15 additions, 4 deletionslibobs/obs.c
- libobs/obs.h 3 additions, 0 deletionslibobs/obs.h
Loading
Please register or sign in to comment