-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels