==================== Key_SetCatcher ==================== */
| 1383 | ==================== |
| 1384 | */ |
| 1385 | void Key_SetCatcher( int catcher ) { |
| 1386 | // If the catcher state is changing, clear all key states |
| 1387 | if ( catcher != keyCatchers ) |
| 1388 | Key_ClearStates(); |
| 1389 | |
| 1390 | keyCatchers = catcher; |
| 1391 | } |
no test coverage detected