From 3c0e73b353bfb26aeed8884062b610a585f8d9f8 Mon Sep 17 00:00:00 2001 From: APnda <59624475+Ap6661@users.noreply.github.com> Date: Fri, 26 Jan 2024 17:01:44 -0600 Subject: [PATCH] Fixed Crashing Due To Unknown Pen Inputs (#119) * Fixed Crashing Due To Unknown Pen Inputs * Update examples/demo.rs Co-authored-by: Pierre Fenoll --------- Co-authored-by: Pierre Fenoll --- examples/demo.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/demo.rs b/examples/demo.rs index 2af921f..e30d2c6 100644 --- a/examples/demo.rs +++ b/examples/demo.rs @@ -548,7 +548,7 @@ fn on_wacom_input(app: &mut appctx::ApplicationContext<'_>, input: input::WacomE wacom_stack.clear(); } } - _ => unreachable!(), + _ => {} } } input::WacomEvent::Hover {