mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-01-03 20:35:33 +00:00
Drop events are actually enabled by default.
This commit is contained in:
parent
59b5620bd5
commit
eeadbf0709
|
@ -4355,7 +4355,7 @@ namespace SDL2
|
||||||
public float y;
|
public float y;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* File open request by system (event.drop.*), disabled by
|
/* File open request by system (event.drop.*), enabled by
|
||||||
* default
|
* default
|
||||||
*/
|
*/
|
||||||
[StructLayout(LayoutKind.Sequential)]
|
[StructLayout(LayoutKind.Sequential)]
|
||||||
|
|
Loading…
Reference in a new issue