fix(wayland): add mouse cursor entered event to SctkEvent
This commit is contained in:
parent
13b8d3eab6
commit
64b97077b7
1 changed files with 6 additions and 0 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue