Beispiel #1
0
        private static unsafe void ProcessDropEvent(Sdl2NativeWindow window, DropEvent ev)
        {
            string dropString = Marshal.PtrToStringAuto(ev.File);

            window.OnFileDrop(dropString);
        }