disable default drag handling

This commit is contained in:
pypy
2020-06-28 16:39:15 +09:00
parent 9b6b42e11e
commit 88990fd82e
4 changed files with 27 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ namespace VRCX
//
Browser1 = new ChromiumWebBrowser(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "html/vr.html?1"))
{
DragHandler = new NoopDragHandler(),
BrowserSettings =
{
// UniversalAccessFromFileUrls = CefState.Enabled,
@@ -33,6 +34,7 @@ namespace VRCX
};
Browser2 = new ChromiumWebBrowser(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "html/vr.html?2"))
{
DragHandler = new NoopDragHandler(),
BrowserSettings =
{
// UniversalAccessFromFileUrls = CefState.Enabled,