- revert android gamepad log change for mergable x11 fixes

This commit is contained in:
Rolzad73
2017-01-28 04:29:47 -05:00
parent 85f66a8fec
commit f31d5c04c8
2 changed files with 2 additions and 50 deletions

View File

@@ -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;
}