X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Finputest.c;h=3722c1754cbd8b170e6bd9bcbd778fe13b035230;hb=3baebbddf8e57357bc4c5d3e512c91c8e9c84773;hp=1ecd09d6cb4a163add06e4ec862f4466f5db9201;hpb=2accbf2668001e82a8fec1e75f37c195996186b0;p=16.git diff --git a/src/inputest.c b/src/inputest.c index 1ecd09d6..3722c175 100755 --- a/src/inputest.c +++ b/src/inputest.c @@ -30,11 +30,11 @@ main(int argc, char *argv[]) global_game_variables_t gvar; player_t player[MaxPlayers]; //extern struct inconfig inpu; - testkeyin=1; - testcontrolnoisy=0; - testctrltype=0; + testkeyin=0; + testcontrolnoisy=1; IN_Startup(); IN_Default(0,&player,ctrl_Joystick1); + IN_SetControlType(0,&player,ctrl_Joystick1); //while(!IN_KeyDown(sc_Escape)) player[0].q=1; player[0].d=2; @@ -107,5 +107,4 @@ 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); }