X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Finputest.c;h=a573d54a8e769cf0d86fde5781dd2506a723f3a9;hb=989f287818c93cf9b1ff96c13e66720571210513;hp=7666b2e06f3c757603298d3c41910eec8de4fc74;hpb=a5ab40ebdddbb74419b35194c358f270f608f5c8;p=16.git diff --git a/src/inputest.c b/src/inputest.c index 7666b2e0..a573d54a 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=1; + dbg_testkeyin=1; + dbg_testcontrolnoisy=1; IN_Startup(); IN_Default(0,&player,ctrl_Joystick1); - //IN_SetControlType(0,&player,ctrl_Joystick1); + IN_SetControlType(0,&player,ctrl_Joystick1); //while(!IN_KeyDown(sc_Escape)) player[0].q=1; player[0].d=2; @@ -105,6 +105,6 @@ main(int argc, char *argv[]) //printf("%u\n", in.Keyboard[sc_Escape]); printf("inputest.exe "); printf("version %s\n", VERSION); - printf("testkeyin=%u\n", testkeyin); - printf("testcontrolnoisy=%u\n", testcontrolnoisy); + printf("testkeyin=%u\n", dbg_testkeyin); + printf("testcontrolnoisy=%u\n", dbg_testcontrolnoisy); }