]> 4ch.mooo.com Git - 16.git/blobdiff - src/inputest.c
wwww
[16.git] / src / inputest.c
index 55c8ab128b79970fb49632a5e1d5ef4f24f2e1cc..f336695a3b8afd1927aa39c3f26a92bb91851b40 100755 (executable)
@@ -29,8 +29,8 @@ main(int argc, char *argv[])
 {\r
        player_t player[MaxPlayers];\r
        //extern struct inconfig inpu;\r
-       static boolean testkeyin=true;\r
-       static boolean testcontrolnoisy=true;\r
+       testkeyin=1;\r
+       testcontrolnoisy=0;\r
        IN_Startup();\r
        IN_Default(0,&player,ctrl_Joystick);\r
        //while(!IN_KeyDown(sc_Escape))\r
@@ -38,7 +38,7 @@ main(int argc, char *argv[])
        {\r
                IN_ReadControl(0,&player);\r
                //printf("%u\n", IN_KeyDown(sc_Escape));\r
-               //printf("%u\n", IN_qb(sc_Escape));\r
+               printf("%u\n", IN_qb(sc_9));\r
        }\r
        IN_Shutdown();\r
        //printf("%u\n", in.Keyboard[sc_Escape]);\r