diff --git a/src/win/wkeyboard.c b/src/win/wkeyboard.c
index 39a7a97..d7f2aea 100644
--- a/src/win/wkeyboard.c
+++ b/src/win/wkeyboard.c
@@ -308,7 +308,7 @@ static void update_toggle_modifiers(void)
 #undef ON_OFF
 }
 
-
+#include <stdio.h>
 
 /* _al_win_kbd_handle_key_press:
  *  Does stuff when a key is pressed.
@@ -343,6 +343,8 @@ void _al_win_kbd_handle_key_press(int scode, int vcode, bool extended,
    }
    update_modifiers(my_code, true);   
 
+   printf("Win Event: %d %f\n", my_code, al_get_time());
+
    actual_repeat = repeated && _AL_KEYBOARD_STATE_KEY_DOWN(the_state, my_code);
    _AL_KEYBOARD_STATE_SET_KEY_DOWN(the_state, my_code);
 
