From 588fc79a0076302e0e70859030dd44b304e8edfd Mon Sep 17 00:00:00 2001 From: sparky4 Date: Fri, 15 Apr 2016 11:58:26 -0500 Subject: [PATCH] modified: src/inputest.c modified: src/lib/16_in.c --- src/inputest.c | 4 ++-- src/lib/16_in.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/inputest.c b/src/inputest.c index 44195363..199dc90b 100755 --- a/src/inputest.c +++ b/src/inputest.c @@ -30,9 +30,9 @@ main(int argc, char *argv[]) global_game_variables_t gvar; player_t player[MaxPlayers]; //extern struct inconfig inpu; - testkeyin=0; + testkeyin=1; testcontrolnoisy=0; - testctrltype=1; + testctrltype=0; IN_Startup(); IN_Default(0,&player,ctrl_Joystick1); //while(!IN_KeyDown(sc_Escape)) diff --git a/src/lib/16_in.c b/src/lib/16_in.c index 66c98dd6..aef50c68 100755 --- a/src/lib/16_in.c +++ b/src/lib/16_in.c @@ -235,7 +235,7 @@ static boolean special; if (INL_KeyHook && !special) INL_KeyHook(); //#ifdef TESTKEYIN - if(testkeyin > 0) printf("%c [0x%x %u] %u\n", c, k, k, inpu.Keyboard[k]); + if(testkeyin > 0) printf("%c %u [0x%x %u] %u\n", c, c, k, k, inpu.Keyboard[k]); //endif outp(0x20,0x20); } -- 2.39.5