Skip to content

Commit 61700ff

Browse files
committed
Fix event order in docs
1 parent 26b313b commit 61700ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_picking/src/events.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ pub struct PickingEventWriters<'w> {
333333
/// + When a pointer moves over the target:
334334
/// [`Over`], [`Move`], [`Out`].
335335
/// + When a pointer presses buttons on the target:
336-
/// [`Down`], [`Up`], [`Click`].
336+
/// [`Down`], [`Click`], [`Up`].
337337
/// + When a pointer drags the target:
338338
/// [`DragStart`], [`Drag`], [`DragEnd`].
339339
/// + When a pointer drags something over the target:

0 commit comments

Comments
 (0)