| 165 | } |
| 166 | |
| 167 | void ddio_KeyClose() { |
| 168 | if (DDIO_key_init) { |
| 169 | ddio_InternalKeyClose(); |
| 170 | DDIO_key_init = 0; |
| 171 | } |
| 172 | } |
| 173 | |
| 174 | // ---------------------------------------------------------------------------- |
| 175 | // Keyboard accessor functions |
no test coverage detected