forked from metin-server/m2dev-client-src
WebView2 added as embedded browser
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#include "StdAfx.h"
|
||||
#include "PythonApplication.h"
|
||||
#include "../eterlib/Camera.h"
|
||||
#include "../CWebBrowser/CWebBrowser.h"
|
||||
#include "Eterlib/Camera.h"
|
||||
|
||||
#include <winuser.h>
|
||||
|
||||
@@ -180,7 +179,7 @@ LRESULT CPythonApplication::WindowProcedure(HWND hWnd, UINT uiMsg, WPARAM wParam
|
||||
return 0;
|
||||
|
||||
case 0x20a:
|
||||
if (WebBrowser_IsVisible())
|
||||
if (CPythonApplication::Instance().IsWebPageMode())
|
||||
{
|
||||
// 웹브라우저 상태일때는 휠 작동 안되도록 처리
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user