aboutsummaryrefslogtreecommitdiff
path: root/src/input.rs
blob: 23d0040736d179650c07592461c0214d19e8e9fa (plain)
1
2
3
4
5
6
pub struct Input {}
impl Input {
    pub fn new() -> Input {
        Input{}
    }
}