index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
touch.rs
blob: f2bdfca827d80118f0da01f71b7474b89ed21a6d (
plain
) (
blame
)
1
2
//! Listen and react to touch events.
pub
use
crate
::
core
::
touch
::{
Event
,
Finger
};