Update winit to 0.29.4
This commit is contained in:
parent
dd249a1d11
commit
e819c2390b
19 changed files with 654 additions and 846 deletions
|
|
@ -10,6 +10,12 @@ pub enum Button {
|
|||
/// The middle (wheel) button.
|
||||
Middle,
|
||||
|
||||
/// The back mouse button.
|
||||
Back,
|
||||
|
||||
/// The forward mouse button.
|
||||
Forward,
|
||||
|
||||
/// Some other button.
|
||||
Other(u16),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue