eprint
This commit is contained in:
parent
cdb828c4e5
commit
1d3010ca84
@ -236,6 +236,7 @@ where
|
||||
}
|
||||
}
|
||||
Event::Touch(x) => {
|
||||
eprintln!("{:?}", x);
|
||||
match x {
|
||||
touch::Event::FingerPressed { id, position } => {
|
||||
if layout.bounds().contains(position) {
|
||||
|
Loading…
Reference in New Issue
Block a user