Changeset 416abec in mainline for uspace/app/tetris/input.c
- Timestamp:
- 2009-03-20T20:58:21Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e622f0a8
- Parents:
- db90860
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tetris/input.c
rdb90860 r416abec 116 116 again: 117 117 if (!getchar_inprog) { 118 cons_phone = console_phone_get( );118 cons_phone = console_phone_get(true); 119 119 getchar_inprog = async_send_2(cons_phone, 120 120 CONSOLE_GETKEY, 0, 0, &charcall);
Note:
See TracChangeset
for help on using the changeset viewer.