X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Finputest.c;h=7818a8a38fa6cbedf575ce9d227aab39d8cdb1b2;hb=dcaa6318b23355249759a0b4c95c3ebfefda671c;hp=98815cc6ca5a42134a623a98ad3626b03a3ae920;hpb=00497e980f1e07052ae1b28f41c0d18c3ec097dc;p=16.git diff --git a/src/inputest.c b/src/inputest.c index 98815cc6..7818a8a3 100644 --- a/src/inputest.c +++ b/src/inputest.c @@ -23,11 +23,12 @@ input test */ #include "src/lib/16_in.h" - + void main(int argc, char *argv[]) { player_t player[MaxPlayers]; + //extern struct inconfig inpu; IN_Startup(); IN_Default(0,&player,ctrl_Joystick); @@ -36,7 +37,8 @@ main(int argc, char *argv[]) { IN_ReadControl(0,&player); //printf("%u\n", IN_KeyDown(sc_Escape)); - //printf("%u\n", IN_qb(sc_Escape)); + //printf("%u\n", IN_qb(sc_Escape)); + //clockdw++; } IN_Shutdown(); //printf("%u\n", in.Keyboard[sc_Escape]);