(API Change) libobs: Add hotkey data to *_create functions
This commit is contained in:
@@ -68,7 +68,7 @@ static SceneContext SetupScene()
|
||||
/* ------------------------------------------------------ */
|
||||
/* create source */
|
||||
SourceContext source{obs_source_create(OBS_SOURCE_TYPE_INPUT,
|
||||
"random", "a test source", nullptr)};
|
||||
"random", "a test source", nullptr, nullptr)};
|
||||
if (!source)
|
||||
throw "Couldn't create random test source";
|
||||
|
||||
|
Reference in New Issue
Block a user