pub unsafe extern "C" fn obs_canvas_move_scene(
scene: *mut obs_scene_t,
dst: *mut obs_canvas_t,
)Expand description
Move scene to another canvas, detaching it from the previous one and deduplicating the name if needed
pub unsafe extern "C" fn obs_canvas_move_scene(
scene: *mut obs_scene_t,
dst: *mut obs_canvas_t,
)Move scene to another canvas, detaching it from the previous one and deduplicating the name if needed