Merge pull request #1797 from bbb651/master
Make mouse::Button::Other take u16 instead of u8
This commit is contained in:
commit
e31582e59e
2 changed files with 2 additions and 4 deletions
|
|
@ -11,5 +11,5 @@ pub enum Button {
|
|||
Middle,
|
||||
|
||||
/// Some other button.
|
||||
Other(u8),
|
||||
Other(u16),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue