- created proper branch on separate fork for dev work

This commit is contained in:
Rolzad73
2017-01-27 11:58:59 -05:00
parent e3319f6fe4
commit e3dc78b28e
2 changed files with 52 additions and 2 deletions

View File

@@ -160,6 +160,8 @@ 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;
}
@@ -177,3 +179,4 @@ Android_OnKeyUp(int keycode)
}
/* vi: set ts=4 sw=4 expandtab: */