Merge branch 'master' into cefsharp/65
This commit is contained in:
@@ -15,6 +15,10 @@ namespace CefSharp.MinimalExample.Wpf
|
||||
};
|
||||
|
||||
settings.DisableTouchpadAndWheelScrollLatching();
|
||||
|
||||
//Example of setting a command line argument
|
||||
//Enables WebRTC
|
||||
settings.CefCommandLineArgs.Add("enable-media-stream", "1");
|
||||
|
||||
//Perform dependency check to make sure all relevant resources are in our output directory.
|
||||
Cef.Initialize(settings, performDependencyCheck: true, browserProcessHandler: null);
|
||||
|
||||
Reference in New Issue
Block a user