Add Hidden variant to mouse::Interaction

This commit is contained in:
thorn132 2024-12-04 18:29:49 -07:00 committed by Héctor Ramón Jiménez
parent 9565f88cb7
commit 3a6f29ce67
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
3 changed files with 18 additions and 5 deletions

View file

@ -4,6 +4,7 @@
pub enum Interaction {
#[default]
None,
Hidden,
Idle,
Pointer,
Grab,