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: 0b77c386ee2fe149e8623a524c32168eacc7ab76 (
plain
) (
blame
)
1
2
//! Listen and react to touch events.
pub
use
crate
::
runtime
::
touch
::{
Event
,
Finger
};