Improve emscripten support
This commit is contained in:
committed by
Jérôme Leclercq
parent
7cb90782de
commit
ea5c5240fc
@@ -194,6 +194,10 @@ namespace Nz
|
||||
|
||||
WindowHandle WindowImpl::GetSystemHandle() const
|
||||
{
|
||||
#ifdef NAZARA_PLATFORM_WEB
|
||||
WindowHandle handle;
|
||||
return handle;
|
||||
#else
|
||||
SDL_SysWMinfo wmInfo;
|
||||
SDL_VERSION(&wmInfo.version);
|
||||
|
||||
@@ -256,6 +260,7 @@ namespace Nz
|
||||
}
|
||||
|
||||
return handle;
|
||||
#endif
|
||||
}
|
||||
|
||||
bool WindowImpl::HasFocus() const
|
||||
|
||||
Reference in New Issue
Block a user