summaryrefslogtreecommitdiffstats
path: root/core/src/mouse
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/mouse')
-rw-r--r--core/src/mouse/click.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/mouse/click.rs b/core/src/mouse/click.rs
index b427da6c..6f3844be 100644
--- a/core/src/mouse/click.rs
+++ b/core/src/mouse/click.rs
@@ -61,6 +61,7 @@ impl Click {
self.kind
}
+ /// Returns the position of the [`Click`].
pub fn position(&self) -> Point {
self.position
}