mirror of
https://github.com/yawut/SDL.git
synced 2026-04-25 07:52:57 -05:00
WinRT: Fixed bug whereby key-detection code could call SDL_Log
This commit is contained in:
parent
b7e6c450b1
commit
183be55350
|
|
@ -305,9 +305,11 @@ TranslateKeycode(int keycode, unsigned int nativeScancode)
|
|||
scancode = windows_scancode_table[nativeScancode];
|
||||
}
|
||||
}
|
||||
/*
|
||||
if (scancode == SDL_SCANCODE_UNKNOWN) {
|
||||
SDL_Log("WinRT TranslateKeycode, unknown keycode=%d\n", (int)keycode);
|
||||
}
|
||||
*/
|
||||
return scancode;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user