wwww
修訂 | 5567269c594169b6651a053e2e34f7e3acc7e3de (tree) |
---|---|
時間 | 2016-03-11 07:28:12 |
作者 | sparky4 <sparky4@cock...> |
Commiter | sparky4 |
wwww
@@ -38,7 +38,7 @@ main(int argc, char *argv[]) | ||
38 | 38 | { |
39 | 39 | IN_ReadControl(0,&player); |
40 | 40 | //printf("%u\n", IN_KeyDown(sc_Escape)); |
41 | - //printf("%u\n", IN_qb(sc_9)); | |
41 | + if(IN_qb(sc_9)>0) printf("%u\n", IN_qb(sc_9)); | |
42 | 42 | } |
43 | 43 | IN_Shutdown(); |
44 | 44 | //printf("%u\n", in.Keyboard[sc_Escape]); |
@@ -38,7 +38,7 @@ | ||
38 | 38 | |
39 | 39 | #include "src/lib/16_in.h" |
40 | 40 | |
41 | -word testkeyin=0,testcontrolnoisy=0; | |
41 | +word testkeyin=1,testcontrolnoisy=0; | |
42 | 42 | |
43 | 43 | /* |
44 | 44 | ============================================================================= |