Added controllerflag selection

This commit is contained in:
andreja6
2020-03-09 23:55:13 -07:00
parent d36f9df272
commit 4f415cf98b
6 changed files with 48 additions and 12 deletions

View File

@@ -42,6 +42,7 @@ bool IEBrowser::navigateSyncURL(wchar_t* url)
MSG messages;
if (webBrowser)
{
webBrowser->Navigate(url,0,0,0,0);
}
else