mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-23 12:25:33 +00:00
Add SDL_SysWMinfo.info.win.hinstance
This commit is contained in:
parent
e7d628f539
commit
11064cc128
|
@ -7223,6 +7223,7 @@ namespace SDL2
|
||||||
{
|
{
|
||||||
public IntPtr window; // Refers to an HWND
|
public IntPtr window; // Refers to an HWND
|
||||||
public IntPtr hdc; // Refers to an HDC
|
public IntPtr hdc; // Refers to an HDC
|
||||||
|
public IntPtr hinstance; // Refers to an HINSTANCE
|
||||||
}
|
}
|
||||||
|
|
||||||
[StructLayout(LayoutKind.Sequential)]
|
[StructLayout(LayoutKind.Sequential)]
|
||||||
|
|
Loading…
Reference in a new issue