diff --git a/src/event.rs b/src/event.rs index d13d8aa..04d4908 100644 --- a/src/event.rs +++ b/src/event.rs @@ -156,6 +156,7 @@ pub enum EventStatus { /// DAW functionality for playing piano keys with the keyboard while a /// plugin window is in focus. Ignored, - // TODO: Document + /// We are prepared to handle the data in the drag and dropping will + /// result in [DropEffect] AcceptDrop(DropEffect), }