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);
|
* string s = SDL.UTF8_ToManaged(evt.drop.file, true);
|
||||||
*/
|
*/
|
||||||
public IntPtr file;
|
public IntPtr file;
|
||||||
|
public UInt32 windowID;
|
||||||
}
|
}
|
||||||
|
|
||||||
[StructLayout(LayoutKind.Sequential)]
|
[StructLayout(LayoutKind.Sequential)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user