SuRGeoNix / Flyleaf

Media Player .NET Library for WinUI 3/ WPF/WinForms (based on FFmpeg/DirectX)
GNU Lesser General Public License v3.0
687 stars 92 forks source link

Added custom drop events to wpf FlyleafHost #469

Closed coldays closed 1 month ago

coldays commented 1 month ago

Added two new events to wpf FlyleafHost: OnSurfaceDrop and OnOverlayDrop

These events will be invoked and checked if anything handled the event before trying to solve the events internally.

This will enable users to have custom handling of drop events (like viewmodels)