V version: does not apply
OS: does not apply
What did you do?
I tried to translate the following code
static void* sdlNativeWindowHandle(SDL_Window* _window)
{
SDL_SysWMinfo wmi;
SDL_VERSION(&wmi.version);
if (!SDL_GetWindowWMInfo(_window, &wmi) )
{
return NULL;
}
...
}
What did you expect to see?
I expected the sdl.SysWMinfo struct to exists in vsdl
What did you see instead?
The sdl.SysWMinfo struct does not exists in vsdl
V version: does not apply
OS: does not apply
What did you do?
I tried to translate the following code
What did you expect to see?
I expected the
sdl.SysWMinfostruct to exists in vsdlWhat did you see instead?
The
sdl.SysWMinfostruct does not exists in vsdl