From 1d3010ca848cc9d416affcc918498accd1123162 Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Sat, 26 Jun 2021 23:38:00 +0100 Subject: [PATCH] eprint --- native/src/widget/button.rs | 1 + 1 file changed, 1 insertion(+) 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) {