1
0
Fork 0

Document EventStatus::AcceptDrop

This commit is contained in:
Jussi Viiri 2023-06-05 22:24:29 +03:00
parent ab673fe534
commit 92d7560f4b

View file

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