Fixes https://github.com/pop-os/cosmic-workspaces-epoch/issues/143. The way some events are converted to `WindowEvent`s in `pointer_frame` but motion is handled in `SctkEvent::process` seems a little cluttered at the moment, I guess from how this code was ported to be part of iced-winit instead of separate. But as I understand, the code handling `PointerEventKind::Enter` in `SctkEvent::enter` wasn't being called, so that can be replaced with the new code here that sets the logical cursor position. |
||
|---|---|---|
| .. | ||
| application | ||
| platform_specific | ||
| window | ||
| a11y.rs | ||
| clipboard.rs | ||
| conversion.rs | ||
| error.rs | ||
| lib.rs | ||
| proxy.rs | ||
| window.rs | ||