summaryrefslogtreecommitdiffstats
path: root/src/touch.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2022-10-04 18:20:14 +0200
committerLibravatar GitHub <noreply@github.com>2022-10-04 18:20:14 +0200
commit2278bade55b2bcd530c8c9a30a22d5f800921e55 (patch)
tree40093c0f59136426a04effa417f74bc64359c09b /src/touch.rs
parent5f758d847f7e0de0ab7134247133c169a6132de1 (diff)
parent8c74464b0d608fb04a1c921b2cbb36b8bc6fc9b8 (diff)
downloadiced-2278bade55b2bcd530c8c9a30a22d5f800921e55.tar.gz
iced-2278bade55b2bcd530c8c9a30a22d5f800921e55.tar.bz2
iced-2278bade55b2bcd530c8c9a30a22d5f800921e55.zip
Merge pull request #1305 from artursapek/canvas-touch
Expose touch events in canvas widget
Diffstat (limited to 'src/touch.rs')
-rw-r--r--src/touch.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/touch.rs b/src/touch.rs
new file mode 100644
index 00000000..0b77c386
--- /dev/null
+++ b/src/touch.rs
@@ -0,0 +1,2 @@
+//! Listen and react to touch events.
+pub use crate::runtime::touch::{Event, Finger};