log touch evts

This commit is contained in:
Olivier 'reivilibre' 2021-06-26 22:59:50 +01:00
parent 2dc42b4a22
commit 270b60f660
1 changed files with 4 additions and 0 deletions

View File

@ -174,6 +174,10 @@ where
event::Status::Ignored event::Status::Ignored
} }
} }
Event::Touch(x) => {
eprintln!("{:?}", x);
event::Status::Ignored
}
_ => event::Status::Ignored, _ => event::Status::Ignored,
} }
} }