Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
WinRT: turned off some keyboard debugging code that got inadvertently…
Browse files Browse the repository at this point in the history
… left on
  • Loading branch information
DavidLudwig committed Feb 23, 2013
1 parent f5013bf commit 1da6940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/windowsrt/SDL_WinRTApp.cpp
Expand Up @@ -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"),
Expand Down

0 comments on commit 1da6940

Please sign in to comment.