fix build issues
This commit is contained in:
parent
a36553ccbb
commit
37f4abd1f5
|
|
@ -213,7 +213,7 @@ impl TabletInput {
|
|||
let pressure = ctx.input(|i| {
|
||||
i.events.iter().rev().find_map(|e| {
|
||||
if let egui::Event::Touch {
|
||||
force: Some(egui::TouchForce::Normalized(f)),
|
||||
force: Some(f),
|
||||
..
|
||||
} = e
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue