Add windowID to SDL_DropEvent.

This commit is contained in:
Axolotl Maid Service 2018-11-28 18:35:06 -05:00 committed by Ethan Lee
parent 65d719a058
commit 859737b1e1

View file

@ -3974,6 +3974,7 @@ namespace SDL2
* string s = SDL.UTF8_ToManaged(evt.drop.file, true);
*/
public IntPtr file;
public UInt32 windowID;
}
[StructLayout(LayoutKind.Sequential)]