mirror of
https://github.com/yawut/SDL.git
synced 2026-09-09 17:46:31 -05:00
WinRT: turned off some keyboard debugging code that got inadvertently left on
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user