Produce new window file events in iced_winit
This commit is contained in:
parent
f73bacb454
commit
b3106738eb
2 changed files with 24 additions and 13 deletions
|
|
@ -26,7 +26,7 @@ pub enum Event {
|
|||
|
||||
/// A file was hovered, but has exited the window.
|
||||
///
|
||||
/// There will be a single `FilesLeft` event triggered even if multiple
|
||||
/// files were hovered.
|
||||
FilesLeft,
|
||||
/// There will be a single `FilesHoveredLeft` event triggered even if
|
||||
/// multiple files were hovered.
|
||||
FilesHoveredLeft,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue