iced/winit/src
Héctor Ramón Jiménez ae546a5b9d Revert "Merge pull request #289 from hecrj/fix/cursor-events"
`winit` seems to produce `CursorEntered` and `CursorLeft` events after
wheel scrolling for no apparent reason (?). This causes annoying flickering when hovering some widgets on a scrollable.

I should investigate this further. We are rolling back the fix for the
time being.
2020-04-17 23:27:50 +02:00
..
debug Remove dead code in iced_winit::debug::Null 2020-02-09 05:26:20 +01:00
settings Allow passing external state to Application::new 2020-03-30 18:10:15 +02:00
application.rs Write documentation for the debug feature 2020-04-02 03:44:14 +02:00
clipboard.rs Write docs for iced_winit::Clipboard 2020-02-04 03:58:40 +01:00
conversion.rs Revert "Merge pull request #289 from hecrj/fix/cursor-events" 2020-04-17 23:27:50 +02:00
lib.rs Avoid Size name collision iniced_winit 2020-02-09 05:31:55 +01:00
mode.rs Expose window::Mode in iced 2020-01-16 05:54:22 +01:00
proxy.rs Support event subscriptions in iced_web 2020-02-04 03:28:47 +01:00
settings.rs Allow passing external state to Application::new 2020-03-30 18:10:15 +02:00
size.rs Implement an opaque Size type 2020-02-07 23:50:10 -05:00