Skip to content

Commit

Permalink
Debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Oct 20, 2004
1 parent 39a8863 commit adb7889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/Src/Unix/sys_input.c
Expand Up @@ -289,7 +289,7 @@ void I_PollEvents(void)
e = I_NewKeyEvent();
e->event = (event.type == SDL_KEYDOWN ? IKE_KEY_DOWN : IKE_KEY_UP);
e->code = I_TranslateKeyCode(event.key.keysym.sym);
//printf("sdl:%i code:%i\n", event.key.keysym.sym, e->code);
/*printf("sdl:%i code:%i\n", event.key.keysym.scancode, e->code);*/
break;

case SDL_MOUSEBUTTONDOWN:
Expand Down

0 comments on commit adb7889

Please sign in to comment.