fix keyboard listen
This commit is contained in:
parent
2973b01bf5
commit
745c6dbd12
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ pub fn listen() -> Subscription<Event> {
|
|||
subscription::filter_map(Listen, move |event| match event {
|
||||
subscription::Event::Interaction {
|
||||
event: core::Event::Keyboard(event),
|
||||
status: core::event::Status::Ignored,
|
||||
..
|
||||
} => Some(event),
|
||||
_ => None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue