Ask users to share use cases
This commit is contained in:
parent
3fb06f6666
commit
c48739029b
7 changed files with 37 additions and 3 deletions
|
|
@ -1,4 +1,9 @@
|
|||
/// The button of a mouse.
|
||||
///
|
||||
/// If you are using [`winit`], consider enabling the `winit` feature to get
|
||||
/// conversion implementations for free!
|
||||
///
|
||||
/// [`winit`]: https://docs.rs/winit/0.20.0-alpha3/winit/
|
||||
#[derive(Debug, Hash, PartialEq, Eq, Clone, Copy)]
|
||||
pub enum Button {
|
||||
/// The left mouse button.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue