iced/src/touch.rs
2023-03-04 05:37:11 +01:00

2 lines
83 B
Rust

//! Listen and react to touch events.
pub use crate::core::touch::{Event, Finger};