From: sparky4 Date: Thu, 10 Mar 2016 22:43:01 +0000 (-0600) Subject: wwww X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=863a0f5bcb8a0ece97795128d28c72a24f60fde8;p=16.git wwww --- diff --git a/inputest.exe b/inputest.exe index 642cbdb5..95aa1a37 100755 Binary files a/inputest.exe and b/inputest.exe differ diff --git a/src/inputest.c b/src/inputest.c index 31c8d907..1e3fe3fc 100755 --- a/src/inputest.c +++ b/src/inputest.c @@ -38,7 +38,7 @@ main(int argc, char *argv[]) { IN_ReadControl(0,&player); //printf("%u\n", IN_KeyDown(sc_Escape)); - if(IN_qb(sc_9)>0) printf("%u\n", IN_qb(sc_9)); + if(IN_qb(sc_9)>0) printf("IN_qb(sc_9)=%u\n", IN_qb(sc_9)); } IN_Shutdown(); //printf("%u\n", in.Keyboard[sc_Escape]);