X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_in.c;h=c8072f1e429f74907c4af1e51ec2bfdfb0a69f67;hb=3eda0514893c69657ced168188902d36de7016c8;hp=cc67511d62015bd16638f3ff825663d5337ac6b0;hpb=05927c200c772fbae9ae1a0db9930f65b0f75c85;p=16.git diff --git a/src/lib/16_in.c b/src/lib/16_in.c index cc67511d..c8072f1e 100755 --- a/src/lib/16_in.c +++ b/src/lib/16_in.c @@ -38,7 +38,7 @@ #include "src/lib/16_in.h" -word testkeyin=0,testcontrolnoisy=0; +word testkeyin=1,testcontrolnoisy=0; /* ============================================================================= @@ -237,7 +237,7 @@ static boolean special; if (INL_KeyHook && !special) INL_KeyHook(); //#ifdef TESTKEYIN - if(testkeyin > 0) printf("%c %x %u\n", c, k, inpu.Keyboard[k]); + if(testkeyin > 0) printf("%c [0x%x %u] %u\n", c, k, k, inpu.Keyboard[k]); //endif outp(0x20,0x20); } @@ -1215,7 +1215,7 @@ void IN_ClearKey(byte code) boolean IN_qb(byte kee) { //#ifdef TESTKEYIN - if(testkeyin > 0) printf("%u\n", inpu.Keyboard[kee]); +// if(testkeyin > 0) printf("%u\n", inpu.Keyboard[kee]); //#endif if(inpu.Keyboard[kee]==true) return 1; else return 0;