Merge pull request #3037 from janTatesa/add_none_to_modifiers
Add `NONE` to `keyboard::Modifiers`
This commit is contained in:
commit
158cc96141
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ bitflags! {
|
|||
const LOGO = 0b100 << 9;
|
||||
// const LLOGO = 0b010 << 9;
|
||||
// const RLOGO = 0b001 << 9;
|
||||
/// No modifiers
|
||||
const NONE = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue