X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Finputest.c;h=edd86d62c7cbc968126892393132fdbfdb066733;hb=d71e4ebbd3770b48eee2b2cc18288b97aad4e1e4;hp=8913b08682e5d1e55d73c02201cc7ae2a658cc3a;hpb=55220245f3cd57d41f6ac40ef55f851f9b9d5efd;p=16.git diff --git a/src/inputest.c b/src/inputest.c index 8913b086..edd86d62 100755 --- a/src/inputest.c +++ b/src/inputest.c @@ -32,6 +32,7 @@ main(int argc, char *argv[]) //extern struct inconfig inpu; testkeyin=0; testcontrolnoisy=1; + testctrltype=1; IN_Startup(); IN_Default(0,&player,ctrl_Joystick1); //while(!IN_KeyDown(sc_Escape)) @@ -106,4 +107,5 @@ main(int argc, char *argv[]) printf("version %s\n", VERSION); printf("testkeyin=%u\n", testkeyin); printf("testcontrolnoisy=%u\n", testcontrolnoisy); + printf("testctrltype=%u\n", testctrltype); }