log touch evts
This commit is contained in:
parent
2dc42b4a22
commit
270b60f660
|
@ -174,6 +174,10 @@ where
|
|||
event::Status::Ignored
|
||||
}
|
||||
}
|
||||
Event::Touch(x) => {
|
||||
eprintln!("{:?}", x);
|
||||
event::Status::Ignored
|
||||
}
|
||||
_ => event::Status::Ignored,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue