Update some dependencies
This commit is contained in:
parent
111c8bfa79
commit
149e8b4103
4 changed files with 14 additions and 14 deletions
|
|
@ -2,7 +2,7 @@ use bitflags::bitflags;
|
|||
|
||||
bitflags! {
|
||||
/// The current state of the keyboard modifiers.
|
||||
#[derive(Default)]
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Default)]
|
||||
pub struct Modifiers: u32{
|
||||
/// The "shift" key.
|
||||
const SHIFT = 0b100;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue