diff --git a/native/src/widget/button.rs b/native/src/widget/button.rs index 8939e3c5..c0f5903d 100644 --- a/native/src/widget/button.rs +++ b/native/src/widget/button.rs @@ -236,6 +236,7 @@ where } } Event::Touch(x) => { + eprintln!("{:?}", x); match x { touch::Event::FingerPressed { id, position } => { if layout.bounds().contains(position) {