From eeadbf0709ebfaee0eca0e656b45dcdfc63a43f0 Mon Sep 17 00:00:00 2001 From: Nabile Rahmani Date: Tue, 22 Oct 2019 10:20:56 +0200 Subject: [PATCH] Drop events are actually enabled by default. --- src/SDL2.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SDL2.cs b/src/SDL2.cs index 850fc25..f863f1a 100644 --- a/src/SDL2.cs +++ b/src/SDL2.cs @@ -4355,7 +4355,7 @@ namespace SDL2 public float y; } - /* File open request by system (event.drop.*), disabled by + /* File open request by system (event.drop.*), enabled by * default */ [StructLayout(LayoutKind.Sequential)]