- revert android gamepad log change for mergable x11 fixes
This commit is contained in:
@@ -160,8 +160,6 @@ TranslateKeycode(int keycode)
|
||||
}
|
||||
if (scancode == SDL_SCANCODE_UNKNOWN) {
|
||||
__android_log_print(ANDROID_LOG_INFO, "SDL", "Unknown keycode %d", keycode);
|
||||
} else {
|
||||
__android_log_print(ANDROID_LOG_INFO, "SDL", "Trans scancode %d", scancode);
|
||||
}
|
||||
return scancode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user