This commit is contained in:
Kartik K. Agaram 2021-10-30 12:25:17 -07:00
parent 1de8526e0c
commit b221d17f03
1 changed files with 3 additions and 1 deletions

View File

@ -510,7 +510,9 @@ receives a keyboard object as the second argument of `main`:
```
fn main screen: (addr screen), keyboard: (addr keyboard) {
# TODO: read a key from keyboard
# edit in here {
# }
}
```