Skip to content

Commit

Permalink
Fixed Crashing Due To Unknown Pen Inputs (#119)
Browse files Browse the repository at this point in the history
* Fixed Crashing Due To Unknown Pen Inputs

* Update examples/demo.rs

Co-authored-by: Pierre Fenoll <pierrefenoll@gmail.com>

---------

Co-authored-by: Pierre Fenoll <pierrefenoll@gmail.com>
  • Loading branch information
Ap6661 and fenollp committed Jan 26, 2024
1 parent f00fc82 commit 3c0e73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo.rs
Expand Up @@ -548,7 +548,7 @@ fn on_wacom_input(app: &mut appctx::ApplicationContext<'_>, input: input::WacomE
wacom_stack.clear();
}
}
_ => unreachable!(),
_ => {}
}
}
input::WacomEvent::Hover {
Expand Down

0 comments on commit 3c0e73b

Please sign in to comment.