WinRT: turned off some keyboard debugging code that got inadvertently left on

This commit is contained in:
David Ludwig 2013-02-23 18:08:27 -05:00
parent 44ca4f35a4
commit c47e35498e

View file

@ -744,7 +744,7 @@ TranslateKeycode(int keycode)
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"),