1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
//!
//! Input/output from/to the window each frame.
//!

mod input;
#[doc(inline)]
pub use input::*;

mod output;
#[doc(inline)]
pub use output::*;