Revision 184
movement semi-implemented; missing structure
keyboard.c | ||
---|---|---|
39 | 39 |
scancode[sz-1] = byte; |
40 | 40 |
done = !(TWO_BYTE_CODE == byte); |
41 | 41 |
|
42 |
if (done) update_movement();
|
|
42 |
if (done) update_key_presses();
|
|
43 | 43 |
|
44 | 44 |
} |
45 | 45 |
|
Also available in: Unified diff