summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-09-13 16:58:44 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-09-13 16:58:44 +0200
commitd4b9b4720fee91e4a0d737b46acc1618e6fc6c42 (patch)
tree35270b4317ae4fa4908a77b7e28724490d185a97 /core
parent1cbedfaac702f16d098e2da2153e07e485780aff (diff)
downloadiced-d4b9b4720fee91e4a0d737b46acc1618e6fc6c42.tar.gz
iced-d4b9b4720fee91e4a0d737b46acc1618e6fc6c42.tar.bz2
iced-d4b9b4720fee91e4a0d737b46acc1618e6fc6c42.zip
Add `Copy` and `Help` variants to `mouse::Interaction`
Diffstat (limited to '')
-rw-r--r--core/src/mouse/interaction.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/mouse/interaction.rs b/core/src/mouse/interaction.rs
index 9546c9c6..aad6a3ea 100644
--- a/core/src/mouse/interaction.rs
+++ b/core/src/mouse/interaction.rs
@@ -20,4 +20,6 @@ pub enum Interaction {
ZoomOut,
Cell,
Move,
+ Copy,
+ Help,
}