iced-yoda/winit/src
Ian Douglas Scott 53fed52405
wayland: Set cusor position on Enter events
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.
2026-01-26 12:13:32 -05:00
..
application use a variable instead of a fn for hard-coded check 2026-01-23 11:11:22 -05:00
platform_specific wayland: Set cusor position on Enter events 2026-01-26 12:13:32 -05:00
window feat: pop-os megasquash 2026-01-21 13:12:08 -05:00
a11y.rs feat: pop-os megasquash 2026-01-21 13:12:08 -05:00
clipboard.rs feat: pop-os megasquash 2026-01-21 13:12:08 -05:00
conversion.rs feat: pop-os megasquash 2026-01-21 13:12:08 -05:00
error.rs feat: pop-os megasquash 2026-01-21 13:12:08 -05:00
lib.rs runtime: Remove start_dnd 2026-01-23 14:07:12 -05:00
proxy.rs feat: pop-os megasquash 2026-01-21 13:12:08 -05:00
window.rs feat: subsurfaces 2026-01-23 15:39:35 -05:00