mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-23 04:55:28 +00:00
Add windowID to SDL_DropEvent.
This commit is contained in:
parent
65d719a058
commit
859737b1e1
|
@ -3974,6 +3974,7 @@ namespace SDL2
|
|||
* string s = SDL.UTF8_ToManaged(evt.drop.file, true);
|
||||
*/
|
||||
public IntPtr file;
|
||||
public UInt32 windowID;
|
||||
}
|
||||
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
|
|
Loading…
Reference in a new issue