WinRT: turned off some keyboard debugging code that got inadvertently left on
This commit is contained in:
parent
44ca4f35a4
commit
c47e35498e
1 changed files with 1 additions and 1 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue