X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Finputest.c;h=f336695a3b8afd1927aa39c3f26a92bb91851b40;hb=50ed42df635ea472c5abe1a9192729e75b7bfc9b;hp=e9ef73d8571fe1aa383a948197eee03f5e3815f3;hpb=91b509a59014237571bce50abc62bfbbf5315adf;p=16.git diff --git a/src/inputest.c b/src/inputest.c index e9ef73d8..f336695a 100755 --- a/src/inputest.c +++ b/src/inputest.c @@ -30,7 +30,7 @@ main(int argc, char *argv[]) player_t player[MaxPlayers]; //extern struct inconfig inpu; testkeyin=1; - testcontrolnoisy=1; + testcontrolnoisy=0; IN_Startup(); IN_Default(0,&player,ctrl_Joystick); //while(!IN_KeyDown(sc_Escape)) @@ -38,7 +38,7 @@ main(int argc, char *argv[]) { IN_ReadControl(0,&player); //printf("%u\n", IN_KeyDown(sc_Escape)); - //printf("%u\n", IN_qb(sc_Escape)); + printf("%u\n", IN_qb(sc_9)); } IN_Shutdown(); //printf("%u\n", in.Keyboard[sc_Escape]);