diff options
author | 2022-04-12 22:32:41 -0600 | |
---|---|---|
committer | 2022-10-04 11:15:36 +0200 | |
commit | 4a3c3e2a18c2277a8213d371eb2c671c12ac238e (patch) | |
tree | 168506b72f9682a6fad0bf98f9739c7c517298ce /src/touch.rs | |
parent | 388b3c3b331d3f11a4518a0e8779592110be8fb9 (diff) | |
download | iced-4a3c3e2a18c2277a8213d371eb2c671c12ac238e.tar.gz iced-4a3c3e2a18c2277a8213d371eb2c671c12ac238e.tar.bz2 iced-4a3c3e2a18c2277a8213d371eb2c671c12ac238e.zip |
expose touch module
Diffstat (limited to 'src/touch.rs')
-rw-r--r-- | src/touch.rs | 2 |
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}; |