From 92d7560f4b106924653e238de45d80451275850c Mon Sep 17 00:00:00 2001 From: Jussi Viiri Date: Mon, 5 Jun 2023 22:24:29 +0300 Subject: [PATCH] Document EventStatus::AcceptDrop --- src/event.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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), }