| 71 | //=========================================================================== |
| 72 | |
| 73 | void KeybReset() |
| 74 | { |
| 75 | keycode = 0; |
| 76 | keywaiting = 0; |
| 77 | } |
| 78 | |
| 79 | //=========================================================================== |
| 80 | bool KeybGetCapsStatus() |
no outgoing calls
no test coverage detected