expose touch module
This commit is contained in:
parent
388b3c3b33
commit
4a3c3e2a18
2 changed files with 3 additions and 0 deletions
|
|
@ -177,6 +177,7 @@ pub mod mouse;
|
||||||
pub mod overlay;
|
pub mod overlay;
|
||||||
pub mod settings;
|
pub mod settings;
|
||||||
pub mod time;
|
pub mod time;
|
||||||
|
pub mod touch;
|
||||||
pub mod widget;
|
pub mod widget;
|
||||||
pub mod window;
|
pub mod window;
|
||||||
|
|
||||||
|
|
|
||||||
2
src/touch.rs
Normal file
2
src/touch.rs
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
//! Listen and react to touch events.
|
||||||
|
pub use crate::runtime::touch::{Event, Finger};
|
||||||
Loading…
Add table
Add a link
Reference in a new issue