| 116 | void Key_SetCatcher( int catcher ); |
| 117 | |
| 118 | void trap_Key_SetCatcher( int catcher ) |
| 119 | { |
| 120 | Key_SetCatcher( catcher ); |
| 121 | } |
| 122 | /* |
| 123 | void trap_GetClipboardData( char *buf, int bufsize ) { |
| 124 | syscall( UI_GETCLIPBOARDDATA, buf, bufsize ); |
no test coverage detected