We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f1a6c commit 4b5135fCopy full SHA for 4b5135f
crates/bevy_picking/src/events.rs
@@ -297,7 +297,7 @@ pub struct PickingEventWriters<'w> {
297
/// + When a pointer moves over the target:
298
/// [`Over`], [`Move`], [`Out`].
299
/// + When a pointer presses buttons on the target:
300
-/// [`Down`], [`Up`], [`Click`].
+/// [`Down`], [`Click`], [`Up`].
301
/// + When a pointer drags the target:
302
/// [`DragStart`], [`Drag`], [`DragEnd`].
303
/// + When a pointer drags something over the target:
0 commit comments