Skip to content

Support for SDL_SysWMinfo #608

@Pablo96

Description

@Pablo96

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions