Fix conflicts
This commit is contained in:
parent
04f605538a
commit
7582b228e9
@ -54,8 +54,8 @@ use crate::{
|
|||||||
component::{Component, ComponentId, ComponentIdFor, Tick},
|
component::{Component, ComponentId, ComponentIdFor, Tick},
|
||||||
entity::Entity,
|
entity::Entity,
|
||||||
event::{
|
event::{
|
||||||
BufferedEvent, EntityEvent, Event, EventCursor, EventId, EventIterator,
|
BufferedEvent, EntityEvent, EventCursor, EventId, EventIterator, EventIteratorWithId,
|
||||||
EventIteratorWithId, EventKey, Events,
|
EventKey, Events,
|
||||||
},
|
},
|
||||||
query::FilteredAccessSet,
|
query::FilteredAccessSet,
|
||||||
relationship::RelationshipHookMode,
|
relationship::RelationshipHookMode,
|
||||||
|
@ -50,7 +50,7 @@ fn send_scroll_events(
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// UI scrolling event.
|
/// UI scrolling event.
|
||||||
#[derive(Event, EntityEvent, Debug)]
|
#[derive(EntityEvent, Debug)]
|
||||||
#[entity_event(auto_propagate, traversal = &'static ChildOf)]
|
#[entity_event(auto_propagate, traversal = &'static ChildOf)]
|
||||||
struct Scroll {
|
struct Scroll {
|
||||||
/// Scroll delta in logical coordinates.
|
/// Scroll delta in logical coordinates.
|
||||||
|
Loading…
Reference in New Issue
Block a user