From 859737b1e194995ceb5f4e0731dcf8665e898c48 Mon Sep 17 00:00:00 2001 From: Axolotl Maid Service Date: Wed, 28 Nov 2018 18:35:06 -0500 Subject: [PATCH] Add windowID to SDL_DropEvent. --- src/SDL2.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SDL2.cs b/src/SDL2.cs index 67f0f40..d1b479f 100644 --- a/src/SDL2.cs +++ b/src/SDL2.cs @@ -3974,6 +3974,7 @@ namespace SDL2 * string s = SDL.UTF8_ToManaged(evt.drop.file, true); */ public IntPtr file; + public UInt32 windowID; } [StructLayout(LayoutKind.Sequential)]