fix(wayland): add mouse cursor entered event to SctkEvent

This commit is contained in:
boloto1979 2026-04-15 23:07:37 -03:00 committed by Ashley Wulber
parent 13b8d3eab6
commit 64b97077b7

View file

@ -380,6 +380,12 @@ impl SctkEvent {
(variant.position.0, variant.position.1).into(),
)
}
events.push((
id.clone(),
iced_runtime::core::Event::Mouse(
mouse::Event::CursorEntered,
),
));
events.push((
id,
iced_runtime::core::Event::Mouse(