fix a crash

This commit is contained in:
Ferdinand Schober
2023-09-19 19:46:43 +02:00
parent 4a61ed82a9
commit 61b22fff51

View File

@@ -251,7 +251,7 @@ impl VirtualInput {
VirtualInput::Kde { fake_input: _ } => {}
},
},
event => panic!("unknown event type {event:?}"),
_ => {},
}
Ok(())
}