Skip to content

Support for SDL_SysWMinfo #608

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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