X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Finputest.c;h=199dc90b2c152d9f5e94e7e52da2bc07c04bf7c5;hb=7a5972f22bc736616ad4ac2e27f3ecf6f6f93663;hp=8913b08682e5d1e55d73c02201cc7ae2a658cc3a;hpb=55220245f3cd57d41f6ac40ef55f851f9b9d5efd;p=16.git diff --git a/src/inputest.c b/src/inputest.c index 8913b086..199dc90b 100755 --- a/src/inputest.c +++ b/src/inputest.c @@ -30,8 +30,9 @@ main(int argc, char *argv[]) global_game_variables_t gvar; player_t player[MaxPlayers]; //extern struct inconfig inpu; - testkeyin=0; - testcontrolnoisy=1; + testkeyin=1; + testcontrolnoisy=0; + testctrltype=0; 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); }