mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-01-22 18:01:13 +00:00
SDL_GetWindowWMInfo()
This commit is contained in:
parent
657c78f956
commit
28ad7c171c
|
@ -5166,6 +5166,13 @@ namespace SDL2
|
|||
// private int dummy;
|
||||
}
|
||||
|
||||
/* window refers to an SDL_Window* */
|
||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern SDL_bool SDL_GetWindowWMInfo(
|
||||
IntPtr window,
|
||||
ref SDL_SysWMinfo info
|
||||
);
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue