Skip to content

Commit

Permalink
Fixed doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Jan 23, 2024
1 parent fd45eea commit 91670cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui/src/response.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ impl Response {

/// The Widget is being decidedly dragged.
///
/// This helper function checks both the output of [`dragged`] and [`crate::PointerState::is_decidedly_dragging`].
/// This helper function checks both the output of [`Self::dragged`] and [`crate::PointerState::is_decidedly_dragging`].
#[inline]
pub fn decidedly_dragged(&self) -> bool {
self.dragged() && self.ctx.input(|i| i.pointer.is_decidedly_dragging())
Expand Down

0 comments on commit 91670cc

Please sign in to comment.