Add SDL_SysWMinfo.info.win.hinstance

This commit is contained in:
Todd York 2020-03-10 20:49:29 +08:00 committed by Ethan Lee
parent e7d628f539
commit 11064cc128

View file

@ -7223,6 +7223,7 @@ namespace SDL2
{
public IntPtr window; // Refers to an HWND
public IntPtr hdc; // Refers to an HDC
public IntPtr hinstance; // Refers to an HINSTANCE
}
[StructLayout(LayoutKind.Sequential)]