winit-core: move event
This commit is contained in:
parent
056421546a
commit
79fa4061cb
11 changed files with 46 additions and 36 deletions
|
|
@ -267,7 +267,7 @@ impl EventState {
|
|||
pressed_mods
|
||||
.set(ModifiersKeys::RMETA, self.keyboard.contains(KeyboardModifierState::RMETA));
|
||||
|
||||
Modifiers { state, pressed_mods }
|
||||
Modifiers::new(state, pressed_mods)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue