X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Finputest.c;h=94443bbf518ef273c8ebc3486d99d13c1a82f1a0;hb=0cecd0a0c1e8152c8fdad3d910b4dfb64a3d6cad;hp=31c8d90734b61a2ad958d456ed6b558a21944987;hpb=5567269c594169b6651a053e2e34f7e3acc7e3de;p=16.git diff --git a/src/inputest.c b/src/inputest.c index 31c8d907..94443bbf 100755 --- a/src/inputest.c +++ b/src/inputest.c @@ -38,9 +38,10 @@ 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]); + printf("version %s\n", VERSION); printf("%u\n", testkeyin); }