Add Copy and Help variants to mouse::Interaction

This commit is contained in:
Héctor Ramón Jiménez 2024-09-13 16:58:44 +02:00
parent 1cbedfaac7
commit d4b9b4720f
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 4 additions and 0 deletions

View file

@ -20,4 +20,6 @@ pub enum Interaction {
ZoomOut,
Cell,
Move,
Copy,
Help,
}