author | David Ludwig <dludwig@pobox.com> |
Sat, 23 Feb 2013 18:08:27 -0500 | |
changeset 8438 | ad359570c7cc |
parent 8437 | d6a6c3ebdf3e |
child 8439 | 14d94a8a9fb6 |
--- a/src/video/windowsrt/SDL_WinRTApp.cpp Fri Feb 22 23:53:37 2013 -0500 +++ b/src/video/windowsrt/SDL_WinRTApp.cpp Sat Feb 23 18:08:27 2013 -0500 @@ -744,7 +744,7 @@ void SDL_WinRTApp::OnKeyDown(Windows::UI::Core::CoreWindow^ sender, Windows::UI::Core::KeyEventArgs^ args) { -#if 1 +#if 0 SDL_Log("key down, handled=%s, ext?=%s, released?=%s, menu key down?=%s, repeat count=%d, scan code=%d, was down?=%s, vkey=%d\n", (args->Handled ? "1" : "0"), (args->KeyStatus.IsExtendedKey ? "1" : "0"),