Added several .gitignore files, small fix to XSDL

This commit is contained in:
Sergii Pylypenko
2014-07-01 21:11:58 +03:00
parent 0802c3ccee
commit ac4abb3d68
10 changed files with 19 additions and 10 deletions

View File

@@ -51,12 +51,10 @@ int main( int argc, char* argv[] )
__android_log_print(ANDROID_LOG_INFO, "XSDL", "Actual video resolution %d/%dx%d/%d", resolutionW, displayW, resolutionH, displayH);
setupEnv();
SDL_ANDROID_SetScreenKeyboardButtonShown(SDL_ANDROID_SCREENKEYBOARD_BUTTON_0, 0);
SDL_ANDROID_SetScreenKeyboardButtonShown(SDL_ANDROID_SCREENKEYBOARD_BUTTON_1, 0);
SDL_ANDROID_SetScreenKeyboardButtonShown(SDL_ANDROID_SCREENKEYBOARD_BUTTON_2, 0);
SDL_ANDROID_SetScreenKeyboardShown(0);
XSDL_initSDL();
XSDL_unpackFiles();
XSDL_showConfigMenu(&resolutionW, &displayW, &resolutionH, &displayH);
@@ -164,6 +162,8 @@ int main( int argc, char* argv[] )
argnum += 2;
}
SDL_ANDROID_SetScreenKeyboardShown(1);
if( screenButtons )
{
SDL_Rect pos;