index
:
tetris.git
master
A clone of 'Tetris' written in rust
curly
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
input.rs
blob: 23d0040736d179650c07592461c0214d19e8e9fa (
plain
)
1
2
3
4
5
6
pub struct Input {} impl Input { pub fn new() -> Input { Input{} } }