* Tidy up the keyboard code a bit, add in_keyboardDebug

This commit is contained in:
Tim Angus 2008-08-19 21:32:23 +00:00
parent 9705664d2c
commit 5b4dc4c743
3 changed files with 85 additions and 58 deletions

View file

@ -1164,7 +1164,6 @@ void CL_KeyEvent (int key, qboolean down, unsigned time) {
{
if (keys[K_ALT].down)
{
// Key_ClearStates(); // Thilo: why should we clear the key states here?
Cvar_SetValue( "r_fullscreen",
!Cvar_VariableIntegerValue( "r_fullscreen" ) );
return;