This commit is contained in:
Olivier 'reivilibre' 2021-06-26 23:38:00 +01:00
parent cdb828c4e5
commit 1d3010ca84

View File

@ -236,6 +236,7 @@ where
} }
} }
Event::Touch(x) => { Event::Touch(x) => {
eprintln!("{:?}", x);
match x { match x {
touch::Event::FingerPressed { id, position } => { touch::Event::FingerPressed { id, position } => {
if layout.bounds().contains(position) { if layout.bounds().contains(position) {