Add Hidden variant to mouse::Interaction
This commit is contained in:
parent
9565f88cb7
commit
3a6f29ce67
3 changed files with 18 additions and 5 deletions
|
|
@ -4,6 +4,7 @@
|
|||
pub enum Interaction {
|
||||
#[default]
|
||||
None,
|
||||
Hidden,
|
||||
Idle,
|
||||
Pointer,
|
||||
Grab,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue