Implement HoveredFile and HoveredFileCancelled on Windows (#662)

* Implement HoveredFile and HoveredFileCancelled on Windows (#448)

* Update CHANGELOG.

* Applied code organizational corrections and fixed IDropHandler leak on window destroy.

* Moved FileDropHandle to a separate file.
This commit is contained in:
Artúr Kovács 2018-10-24 20:40:12 +02:00 committed by Francesca Plebani
parent da1d479e55
commit 214e157e5d
5 changed files with 247 additions and 26 deletions

View file

@ -49,6 +49,7 @@ unsafe impl Send for WindowId {}
unsafe impl Sync for WindowId {}
mod dpi;
mod drop_handler;
mod event;
mod events_loop;
mod icon;